Guest User

Untitled

a guest
Jun 14th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. find /proj/foo/bar -name pom.xml
  2.  
  3. while [[ $dir != / ]]
  4. do
  5. check stuff
  6. cd ..
  7. done
  8.  
  9. while [[ $dir != / ]]
  10. do
  11. check stuff
  12. cd ..
  13. done
  14.  
  15. while [[ $dir != / ]]
  16. do
  17. check stuff
  18. cd ..
  19. done
Add Comment
Please, Sign In to add comment