![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Copy lines from a log file based on timestamp | ranjiadmin | UNIX for Advanced & Expert Users | 1 | 05-22-2008 12:16 AM |
| retaining file path | c00kie88 | Shell Programming and Scripting | 2 | 05-21-2008 09:18 PM |
| File timestamp | stevefox | UNIX for Dummies Questions & Answers | 4 | 12-24-2007 10:14 PM |
| timestamp of file | krisdhar | UNIX for Dummies Questions & Answers | 4 | 10-28-2003 07:31 AM |
| putting a timestamp in a file | rocker40 | UNIX for Dummies Questions & Answers | 2 | 10-22-2003 08:56 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Retaining timestamp on copy of a file
While copying, how we can retain the same date for new file as it was on the old file.
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Retaining timestamp on copy of a file
use the following command
touch -r <oldfilename> <newfilename> Thanks, Rajiv |
|||
| Google The UNIX and Linux Forums |