Guest User

Untitled

a guest
Oct 15th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $ touch a
  2. INFO:root:Modified file: /..t/a
  3. $ INFO:root:Modified file: /..t/a
  4.  
  5. $ touch b
  6. INFO:root:Modified directory: /..t
  7.  
  8. $ echo foo > a
  9. INFO:root:Modified file: /..t/a
  10. $ INFO:root:Modified file: /..t/a
  11.  
  12. $ echo foo > b
  13. (nothing)
Add Comment
Please, Sign In to add comment