InterviewSolution
Saved Bookmarks
| 1. |
How To Know The Date And Time For . When Script Is Executed ? |
|
Answer» Add the following script line in SHELL script. Eval echo “Script is executed at `date`” >> TIME info.inf Here, .timeinfo.inf. Contains date & time details ie. When script is executed and history RELATED to execution. Add the following script line in shell script. Eval echo “Script is executed at `date`” >> time info.inf Here, .timeinfo.inf. Contains date & time details ie. When script is executed and history related to execution. |
|