Friday, April 18, 2014

Unix Shell Script Commands

path to go to logs : cd cronlogs/2014.04.02(Current Date)

To check the interface jobs in the log file using the shell script name:
ls -lrt shellscriptname*

To check the Scheduler timing of the Shell script:
crontab -l|grep -i Shellscript Name

to login with crmdev : sudo su - crmdev

Command to remove the Previous Instance running  :
rm XYZ_outbound.run

to know the current path : pwd

Command to run the Interface:
nohup `run.sh crm8/pa_renewal/code/ab_abc_abcd.sh &`




No comments:

Post a Comment