Saturday, August 9, 2014

Using find to sort by last access time

$ find . -printf '%A@ %p %A+\n' | sort -k1 -nr | cut -d ' ' -f2- | tac

No comments:

Post a Comment