SHELL Script Example: File Last Modified
SHELL Script Example: how to get last modification information of a file using unix shell?
Now logon to command prompt then copy & past the bellow code:
ls -ltr sys_monitoring.sh
Here "sys_monitoring.sh" is the file & we want to get it's last modification info. If everything went well you should get some interesting result as follows:
SHELL Script Example: File Last Modified - output in the unix shell command prompt
Related Tutorial Examples
- File Last Modification Time Information in SHELL Script
- Arithmetic Operations in SHELL Script Example
- Parse Command Line Argument Input Using SHELL Script
- Unix wc-l Equivalent DOS Command Using C Program
- UNIX Command Example: look - Display Lines Beginning Information
- UNIX Command Example: echo - Display or Print Present Information
- UNIX Command Example: du - Display Disk Usage Information
- 28 Tutorials to Learn Oracle
- 19 Examples to Learn MySQL
- 20 Steps to Make CakePHP Blog Project

No comments:
Post a Comment
leave your comments here..