The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 09-28-2006
rajbal rajbal is offline
Registered User
  
 

Join Date: Sep 2006
Posts: 19
Anbu,
The code which you sent is working but if i pass the siteurl as a variable it do not work.Any ideas how to make it read the value of the siteurl as variable.
I tried this but not working.

system ( "wget $siteurl -o test.txt" )

Regards,
Raj