Running a small shell script
Hi Experts,
What is the difference between executing the below scripts?
1) sh /hom/webuser/scripts/kpiGroupDashboardDaily.sh
Especially I have used sh -x <script>.sh, what is the purpose of using "-X" here?
Thanks,
Harry
What is the difference between executing the below scripts?
1) sh /hom/webuser/scripts/kpiGroupDashboardDaily.sh
2)sh -x /home/webuser/scriptskpiGroupDashboardDaily.sh
Especially I have used sh -x <script>.sh, what is the purpose of using "-X" here?
Thanks,
Harry
0