Search Results

Search: Posts Made By: isaacniu
12,552
Posted By itkamaraj
try this sed...
try this


sed "s:\($ENTRY\)=\(.*\):\1=$NEW:"
3,002
Posted By elixir_sinari
Like this? name="Michael" pass="newpassword" ...
Like this?
name="Michael"
pass="newpassword"
sed '/^\('"$name"': \).*/s//\1'"$pass"'/' users.passwords > temp
mv temp users.passwords
3,697
Posted By agama
The -c option on your tar command is causing a...
The -c option on your tar command is causing a new file to be created with each invocation. When there are more files in your input file than can be placed on the command line xargs will invoke tar...
3,508
Posted By fpmurphy
Try nohup abc.sh &
Try

nohup abc.sh &
Forum: Solaris 12-21-2011
6,416
Posted By amitranjansahu
you need to take the logs for the cron job . Most...
you need to take the logs for the cron job . Most likely its a env variable issue as cron does not set your env variables by default. You need to check the cronrun log file to find the details ....
Showing results 1 to 5 of 5

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