Search Results

Search: Posts Made By: linuxcmdsnewbie
1,568
Posted By linuxcmdsnewbie
tar -cvf <tarname.tar> <filelist>
tar -cvf <tarname.tar> <filelist>
971
Posted By linuxcmdsnewbie
sample file that contains mail addresses ...
sample file that contains mail addresses
MailList.txt
mail1@abc.com,mail2@abc.com

sending mail with mailx:
mailx -s "TestMail" `cat MailList.txt` < "message body (usually file)"
or
echo...
2,333
Posted By linuxcmdsnewbie
mv /source_dir/* /archival_path/ ; tar -cf...
mv /source_dir/* /archival_path/ ; tar -cf tarname.tar /archival_path/; gzip tarname.tar ;
9,140
Posted By linuxcmdsnewbie
in Redhat wget is inbuilt.. i am not sure about...
in Redhat wget is inbuilt.. i am not sure about hp-ux.. try to install it
9,140
Posted By linuxcmdsnewbie
use "wget" command wget [options]...
use "wget" command
wget [options] <svnlink>
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 02:33 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy