Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #!/bin/bash
  2. #My Name is Scott Bradley
  3. #My Script is called Tidy
  4. for file in *
  5. if $file
  6.  
  7. do
  8.  
  9. echo `cat $file|head -10`
  10. echo `ls $file -l`
  11. echo `would you like to delete this file? (y-yes, q-quit)`
  12.  
  13. read $
  14.  
  15. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement