![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum 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 |
| Unix File creation time | tinivt | Shell Programming and Scripting | 2 | 01-23-2007 03:27 AM |
| how to find creation time of an account? | sukumar | UNIX for Advanced & Expert Users | 1 | 05-31-2006 07:31 AM |
| Listing the creation date/time of a file in unix | unipepper | Shell Programming and Scripting | 6 | 02-15-2006 04:10 AM |
| file creation date & time | alisevA3 | UNIX for Dummies Questions & Answers | 3 | 07-08-2005 02:21 AM |
| Time taken for creation of a huge core file | nayeem | Filesystems, Disks and Memory | 4 | 10-12-2002 12:24 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
i have to delete some files that were created on a particular date. is there any way to do that without affecting the files that were modified on the same date?
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
As far as I know, there are no Unix filesystems that store the creation time of a file. generally they just store the last modification time, last access time, etc. So you would have to inspect the files and remove them by hand if they meet your criteria.
|
||||
| Google The UNIX and Linux Forums |