[PLUG] nohup output to different out file

Meghanand Acharekar vasco.debian at gmail.com
Mon Nov 15 19:15:03 IST 2010


You can try

wget -b -o <out_file_name> http://download.something

-b switch will put this process in background
-o switch specify the <out_file_name> output will be redirected to this
file.

I hope this will help you.

Refer : man wget for more information


Regards,
मेघानंद नं. आचरेकर
Meghanand N. Acharekar
" A proud Linux User "
Reg Linux User  #397975
------------------------------------------
I was born free! No Gates and Windows can restrict my Freedom !!!




On Mon, Nov 15, 2010 at 7:04 PM, Agnello George <agnello.dsouza at gmail.com>wrote:

> Hi
>
> I have a small query i need to download multiple file and run it in
> the back ground  and log it to  mutiple out files
>
> so this is what have to do
>
> nohup wget  http://download1 &  -----> the output is redirected to
> nohup.out
>
> again i download2
>
> nohup wget  http://download2 &  -----> the outout is appened to nohup.out
>
> My query how to i tell nohup to redirect its output to nohup1.out or
> download2log.out
>
>
>
>
> --
> Regards
> Agnello D'souza
>
> _______________________________________
> Pune GNU/Linux Users Group Mailing List
>



More information about the Plug-mail mailing list