< Browse > Home / Archive by category 'Linux / Unix'

| Mobile | RSS

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 the same name [...]

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

Copying multiple files simultaneously using scp utility

How to copy multiple files using the Secure Copy (scp) utility.

[ More ] January 1st, 2010 | No Comments | Posted in Linux / Unix |

Extract single table from a mysql dump

Extracting single table from a huge mysqldump file using unix shell commands.

[ More ] July 15th, 2009 | 2 Comments | Posted in Linux / Unix |