![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| help in script modification | a.suryakumar | Shell Programming and Scripting | 4 | 03-12-2008 10:12 PM |
| crontab entry modification using shell script | munishdh | Shell Programming and Scripting | 4 | 07-01-2007 02:47 AM |
| Specify a previous date as start date in shell script | ritzwan0 | Shell Programming and Scripting | 2 | 09-25-2006 02:58 PM |
| Search by modification date | slink | UNIX for Dummies Questions & Answers | 5 | 05-25-2006 03:07 AM |
| command for modification date of a file | scampsd | UNIX for Dummies Questions & Answers | 5 | 12-28-2005 04:14 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi i have a ques in Shell scripting:
ques: accept a filename as a command line argument. Validate the input and display the last modification date for that file. Help pls. |
| Forum Sponsor | ||
|
|
|
|||
|
last modification date
What i have done is: accepted user input and done validation to check if the file is a valid one.
But i cant retrieve the last modification date... I have tried using : ls -l , put it into a file and then used cut command to display the date... but the cut command is not working! |