Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. while [ $choice -eq 3 ]; do
  2.  
  3. read choice
  4. if [ $choice -eq 1 ] ; then
  5.  
  6. echo "You have chosen to spec.... '/path/../'"
  7. read
  8. if [ -d $REPLY ]; then
  9. find $REPLY -type f -printf '%TY-%Tm-%Td %.8TT %pn '| sort -r | head -20
  10. else
  11. echo "could not find $REPLY, ensure the path is correct and try again"
  12. fi
  13. else
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement