Advertisement
ROBinet

find_sh

Sep 20th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.08 KB | None | 0 0
  1. find_sh.sh
  2.  
  3. #!/bin/bash
  4.  
  5. find $1/*/ -type f -name "*.sh" -exec basename {} \;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement