< Browse > Home /

| Mobile | RSS

Split header and footer into separate files using awk

Saving header and footer from a file into separate files using AWK.

[ More ] April 20th, 2010 | No Comments | Posted in Linux / Unix |

Saving wget file with different filename

Anyone who has worked with Linux must be familar with the wget utility. wget utility allows you to download files from a remote server using HTTP, HTTPS and FTP protocols. Downloading files using wget is as simple as wget http://www.joycebabu.com/my-photo.jpg Where http://www.joycebabu.com/my-photo.jpg is the file to be downloaded. By default wget saves the file with [...]

[ More ] January 4th, 2010 | Comments Off | Posted in Linux / Unix |