Search Results

Search: Posts Made By: magik
2,843
Posted By magik
Thats not really a scripting thing, but you can...
Thats not really a scripting thing, but you can schedule this using cron
Try typing crontab -e to edit the crontab with your default editor

The way this file is configured will depend entirely on...
1,651
Posted By magik
Just a quick word of advice -- it is not a good...
Just a quick word of advice -- it is not a good idea to use
cd blah
rm *
in a script. If you run this script from a directory with important files, and you accidently make a typo when the script...
Forum: AIX 02-13-2008
3,650
Posted By magik
Try putting quotes around the 'xxx*' Otherwise...
Try putting quotes around the 'xxx*'
Otherwise the string will be evaluated by korn shell before the parameters get passed to the script (expanding xxx* to 'xxx01 xxx02 xxx03' etc), and the script...
Showing results 1 to 3 of 3

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