Search Results

Search: Posts Made By: saranyu
5,166
Posted By saranyu
Try this $ print "ra\n" > na $ print "ras"...
Try this

$ print "ra\n" > na
$ print "ras" >> na
1,702
Posted By saranyu
Try this, but be careful about accidentally...
Try this, but be careful about accidentally deleting file. :)

grep -l 'blah' * | xargs /bin/rm -f
2
6,842
Posted By saranyu
Try the option -r, for example: mailx -c $CC...
Try the option -r, for example:

mailx -c $CC -r $FROM -s $SUBJECT

I'm using this for automatic script that will send mail for requesting to run job. The requestor will be changed according to...
Showing results 1 to 3 of 3

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