2015-01-01から1年間の記事一覧

はてなブログBetaの一覧 その11

$ w3m -dump http://labunix.hateblo.jp/sitemap.xml | \ sed -e 's%<loc>%\n%g' | awk -F\< '/^http/{print "wget -O - "$1}' | \ sh 2> /dev/null | \ sed -e 's%<loc>%\n%g' | awk -F\< '/^http/{print "wget -O - "$1}' | \ awk -F\/ '($5 > 20150823){print}' | \</loc></loc>…

はてなブログBetaの一覧 その10

$ w3m -dump http://labunix.hateblo.jp/sitemap.xml | \ sed -e 's%<loc>%\n%g' | awk -F\< '/^http/{print "wget -O - "$1}' | \ sh 2> /dev/null | \ sed -e 's%<loc>%\n%g' | awk -F\< '/^http/{print "wget -O - "$1}' | \ awk -F\/ '($5 > 20150820){print}' | \</loc></loc>…

はてなブログBetaの一覧 その9

$ w3m -dump http://labunix.hateblo.jp/sitemap.xml | \ sed -e 's%<loc>%\n%g' | awk -F\< '/^http/{print "wget -O - "$1}' | \ sh 2> /dev/null | \ sed -e 's%<loc>%\n%g' | awk -F\< '/^http/{print "wget -O - "$1}' | \ grep 20150[78] | grep -v 2015070[1-9]</loc></loc>…

はてなブログBetaの一覧 その8

$ w3m -dump "http://labunix.hateblo.jp/sitemap.xml" | \ sed s/">\|<"/"\n"/g | awk '/^http/{print "w3m -dump "$1}' | sh | \ sed s/">\|<"/"\n"/g | awk '/^http/ && /entry/ {print $1}' | \ grep "20150[4567]" | grep -v "20150420\|201504[01]" | …

はてなブログBetaの一覧 その7

$ w3m -dump "http://labunix.hateblo.jp/sitemap.xml" | \ sed s/"<"/"\n&"/g | grep "<loc>" | sed s/"<loc>"// | \ sed s/"^"/"\""/g | sed s/"\$"/"\""/g | \ for site in `xargs`;do w3m -dump "$site" | \ sed s/"<"/"\n&"/g | grep entry | \ grep "<loc>" | sed s/"<loc></loc></loc></loc></loc>…

はてなブログBetaの一覧 その6

$ w3m -dump "http://labunix.hateblo.jp/sitemap.xml" | \ sed s/"<"/"\n&"/g | grep "<loc>" | sed s/"<loc>"// | \ sed s/"^"/"\""/g | sed s/"\$"/"\""/g | \ for site in `xargs`;do \ w3m -dump "$site" | \ sed s/"<"/"\n&"/g | grep entry | \ grep "<loc>" | sed s</loc></loc></loc>…