10/29/2013

Echo new line not working

In csh, when echo "\n" is not working, use printf "\n"

10/21/2013

Ftp show local directores

ftp> !ls
list your local files
ftp> ls
list your remote files
ftp> pwd
your remote  path
ftp> !pwd
your local  path

10/16/2013

Test blog firefox

firefox is OK to edit the posts

10/15/2013

Delete first few lines in Linux

$ cat t.txt
12
34
56
78
90
$ sed -e '1,3d' < t.txt
78
90
$ tail -n +4 t.txt
78
90
$ awk 'NR > 3 { print }' < t.txt
78
90

Known Issues for Blogger: We're investigating reports of some users not bein...

Known Issues for Blogger: We're investigating reports of some users not bein...: We're investigating reports of some users not being able to publish to their blog after correctly solving a CAPTCHA. Thanks for your pa...