![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to list files Created in last 2 hrs | rsonakiya | UNIX for Dummies Questions & Answers | 4 | 03-02-2009 07:25 AM |
| How to list files with specific created date | Draculla | Filesystems, Disks and Memory | 2 | 05-03-2007 11:45 PM |
| List files created between specific date and time | jazjit | Shell Programming and Scripting | 3 | 04-27-2007 01:19 AM |
| List Files & Folders created/modified | tipsy | Shell Programming and Scripting | 2 | 10-24-2006 01:22 PM |
| command unix to list all files created since n month ago | yacsil | Shell Programming and Scripting | 8 | 12-15-2003 01:12 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
command to list files that are created before some date
Can you please let me know the command to list the files that are created before some date, this we want to use for the following
Eg: Move all the files that got created before 2006 to new folder in Solaris |
|
||||
|
created before some date
Hi
I found the below commands that are modified, but I would like to know the command that the files are created before some date.Thank You.I am new to solaris To list files modified 30 days back find . -type f -mtime -30 To list folders modified 30 days back find . -type d -mtime -30 |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|