Im searching the system with this command:
find / -true -exec ls -l {} 2>/dev/null \; |\
egrep '2008-10-01 00:00 | 2008-10-02 00:00' | sort -f
And its taking soooo long for anything to come up..
Is there anyway to rewrite it so that it wont take forever?
And for the 'sort -f' is that the...
I've been trying to solve this for weeks...
My Goal is to search my inbox for the following messages:
Hello
Hi
Hey
Im using three files to do this for me. The first, a .forward file in my $HOME
"|IFS=' '&&exec usr/bin/procmail||exit 75 #username"
And these two are in my ~/.procmail...
Hey all, was wondering if i could get any help with this:
find ~ -true -exec ls -l {} \; | grep 2008-10-01
those commands finds all the files that were modified on that date in my home directory. How can i find one more date? I've tried to grep another date similar to the one above but it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.