Guest User

Untitled

a guest
Jun 24th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #!/bin/sh
  2. DIR="/export/home/joseph/sundeep/"
  3. cd $DIR
  4. LIST=`ls -1d */ | grep tmp`
  5. rm -r $LIST
  6. echo ' Script Executed'
Add Comment
Please, Sign In to add comment