Guest User

Untitled

a guest
Jul 21st, 2018
441
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. -rw-r--r-- 1 root root 1 Aug 16 16:26 test1
  2. -rw-r--r-- 1 root root 2 Dec 13 2010 test2
  3.  
  4. -rw-r--r-- 1 root root 3 Aug 16 16:26 test3
  5. -rw-r--r-- 1 root root 4 Aug 16 17:34 test4
  6.  
  7. stat --printf '%Yn' foo
  8.  
  9. (stat --printf '%Y' test2; printf ' - '; stat --printf '%Yn' test4) | bc -lq
  10.  
  11. date +%s -d "`ls -l test1 | awk -F " " '{ print $6,$7 }'`"
  12.  
  13. $ ls -l .bashrc*
  14. -rw-r--r-- 1 max max 360 Dec 14 2010 .bashrc
  15. -rw-r--r-- 1 max max 359 Dec 2 2010 .bashrc~
  16.  
  17. $ echo $((`stat --format=%Y .bashrc` - `stat --format=%Y .bashrc~`))
  18. 1018884
Add Comment
Please, Sign In to add comment