Im searching the system with this command:
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 correct function for files in alphabetical order?
Code:
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 correct function for files in alphabetical order?