find out the latest (last) modification date and time for given directory treeBy neokrates, written on July 3, 2011 |
howto |
- neokrates
- Email: uwarov@yahoo.com
- Website: http://www.thinkplexx.com
- Join date: 05-31-09
- Posts: 20
Rate it
Ad
Poll
What SVN client do you use?
- Don't use SVN (93%, 14 Votes)
- Command line (7%, 1 Votes)
- Subversive (0%, 0 Votes)
- Subclipse (0%, 0 Votes)
- Idea SVN (0%, 0 Votes)
- TortoiseSVN (0%, 0 Votes)
- Different tool (0%, 0 Votes)
Total Voters: 15
Loading ...
Most popular search terms:
You have /your/path/to/many/subdirs and want to know when it was changed last time, here is bash one-liner :
date -d @$(find /your/path/to/many/subdirs -type f -printf '%A@\t%p\n' | sort -r -k1 | head -n1 | cut -f1)
|
LEARN MORE (amazon bookstore)
|
|
TAGS
|
|
RELATED
|
Pages
Posts
|
|
SOCIAL
|
|
INCOMING SEARCH TERMS
|


















