Guest User

Untitled

a guest
Aug 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. export $MYDIR="/home/users/myuser/"
  2. touch $MY_DIR/*
  3.  
  4. /home/users/myuser/file1
  5. /home/users/myuser/file2
  6. /home/users/myuser/file3
  7.  
  8. touch /tmp/myfile
  9. find ${MY_DIR} -newer /tmp/myfile
Add Comment
Please, Sign In to add comment