Guest User

Untitled

a guest
Jul 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. /bin/date +%Y%m%d%H%M%S -d "$(/usr/bin/stat -c %x find.txt)"
  2.  
  3. /usr/bin/ksh: stat: not found
  4.  
  5. ls -log -u find.txt
  6.  
  7. perl -e '@stat = stat($ARGV[0]); @time = localtime($stat[9]); printf "%04d%02d%02d%02d%02d%02dn", $time[5]+1900, @time[4,3,2,1,0]'
  8.  
  9. /usr/bin/ksh:
  10.  
  11. stat: not found
Add Comment
Please, Sign In to add comment