![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Schedule an interactive shell script | Chaitrali | Shell Programming and Scripting | 4 | 11-08-2007 08:49 AM |
| set schedule to run a script at background while logout | happyv | Shell Programming and Scripting | 1 | 01-23-2007 10:17 PM |
| command to schedule a unix script in tidal' scheduler | balireddy_77 | UNIX for Advanced & Expert Users | 0 | 10-09-2006 09:03 PM |
| Schedule a script to check mail? | stujones | Shell Programming and Scripting | 2 | 02-17-2004 11:10 PM |
| How can I schedule a script on Solaris? | krikets | Shell Programming and Scripting | 3 | 10-06-2003 06:29 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Script Schedule Scrutiny
Hi All,
Here's one that may belong in the Scripting Thread but I thought I'd start off here. Here's the scenario:- I have to transfer the functionality and data from an old E450 to a nice new Sun V440. The E450 contains a bunch of scripts which may or may not still be in use daily, monthly or even yearly. I need to know which scripts I can sack/remove: so, - Other than cron is there any scheduler which would tell me which scripts are still being run? - Where should I look for a file detailing the calls made to this server by other boxes internally and externally? and lastly, - Anything else you think I should take into consideration? Thanks for your clevernesses. Cheers, Gerry |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
One script can invoke another which makes this harder. Inside each script add a line like:
echo $0 is running `date` >> /var/log/script.log as the 2nd line. |
|
#3
|
|||
|
|||
|
Thanks
Hi Pederabo,
Thanks! I've got a bunch of these scripts on these machines and the main problem is that I have to find which ones invoke which others! Fun times ahead. Cheers, Gerry |
|||
| Google The UNIX and Linux Forums |