Search Results

Search: Posts Made By: ggcc
10,607
Posted By spacebar
Yep I ran the statements from the command line,...
Yep I ran the statements from the command line, Try this since your running it as a shell script:

dir1="dir1"
dir2="dir2"
echo "<?xml version="1.0" encoding="UTF-8"?>" >xml_file.xml
echo...
10,607
Posted By spacebar
This is one way to do it: dir1="dir1" ...
This is one way to do it:

dir1="dir1"
dir2="dir2"
echo "<?xml version="1.0" encoding="UTF-8"?>" >xml_file.xml
echo "<Karaoke>" >>xml_file.xml
for x in `ls -1 ${dir1}/* ${dir2}/*`
do
...
Forum: Solaris 12-01-2011
2,586
Posted By methyl
Lateral thought idea. 1) Create a cron which...
Lateral thought idea.
1) Create a cron which creates a flag file at 00:01 on the first day of every month.
2) Run your cron every Wednesday but have a wrapper to exit if the flag file does not...
Forum: Solaris 12-01-2011
2,586
Posted By CarloM
If you specify both Day of month and Day of week...
If you specify both Day of month and Day of week then the command will run when either are true (i.e. the 1st to 7th, and any Wednesday).
Showing results 1 to 4 of 4

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