ihavegot

bogus

Jan 29th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #/!/bin/bash
  2.  
  3. echo "Ilosc plikow: "
  4.  
  5.  
  6. for nazwa in *; do
  7. find $nazwa -type d -exec echo {} \;
  8. find $nazwa -maxdepth 10 -exec find {} -type f \; | wc -l
  9.  
  10. done
Advertisement
Add Comment
Please, Sign In to add comment