|
Search Forums:
|
|||||||
| Forums | Register | Forum Rules | Linux and Unix Links | Man Pages | Albums | FAQ | Users | Calendar | Search | Today's Posts | Mark Forums Read |
| Solaris The Solaris Operating System, usually known simply as Solaris, is a Unix-based operating system introduced by Sun Microsystems. The Solaris OS is now owned by Oracle. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi all,
thanks in advance for reading and anyposts... I was wondering if its possible to find all files in a directory with a specific date. I know I can do: Quote:
Thanks, Marky Mark... |
| Sponsored Links | |
|
|
|
#3
|
|||
|
|||
|
Thanks that looks useful, I post what I come up with once I have got it finished...
|
|
#4
|
|||
|
|||
|
what you can do is
ls -ltr |grep 'Jun 15' (for todays files) take care of the extra space when using 1 digit ls -ltr |grep 'Jun 1' |
| Sponsored Links | |
|
|
#5
|
|||
|
|||
|
Ok I am going to have to get it to execute some commands after, but this is what my script will look like:
Quote:
...thanks for all your help... B14... aka.... marky mark... |
| Sponsored Links | ||
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| find files with specific date and time | itik | AIX | 3 | 01-18-2008 12:21 PM |
| 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 all files that contain a specific directory | Sat510 | Solaris | 7 | 04-17-2007 10:57 AM |
| List specific files from directories | Filippo | Shell Programming and Scripting | 4 | 02-17-2005 02:56 AM |
|
|