[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Need help with find command. (Updated)



I figured something out, but I'd still like to know how to use the find command to do the samething.

ls -lR / | awk -F " " '{print $1, $2, $3, $4, $5, $6, $7, $8, $9}' | grep 04:02 >> newfile

Thanks,

Anthony


From: "Anthony Coley" <dillweed13 hotmail com>
Reply-To: redhat-install-list redhat com
To: redhat-install-list redhat com
Subject: Need help with find command.
Date: Sun, 15 Oct 2000 18:51:05 PDT

Can someone help me with the find command?  I'm trying to find
files on my system that were edited at a certain time of day.
I've read the <man find> and I don't get it.

I need to find all files and directories that were edited or
created on Oct 15 @ 4:02am.

Shouldn't I be able to do something like:

find . %AH 04 -printf
or
find . -printf %AH 04

to find files that where edited at 4am today?

If you know of a better way of doing this I'm open to suggestions.

Thanks in advance,

Anthony
RedHat 6.2
Kernel 2.2.14-5.0





_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.



_______________________________________________
Redhat-install-list mailing list
Redhat-install-list redhat com
https://listman.redhat.com/mailman/listinfo/redhat-install-list

_________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at http://profiles.msn.com.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]