I'm looking for a shell one-liner to find the oldest file in a directory tree.
Answer
This works (updated to incorporate Daniel Andersson's suggestion):
find -type f -printf '%T+ %p\n' | sort | head -n 1
I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...
No comments:
Post a Comment