Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. cd /aPath/
  2. for x in y.*.gz
  3. > do something $file.dd.mm.yyyy >> /anotherPath/aFile
  4. > done
  5.  
  6. cd /aPath/
  7. for x in y.*.gz
  8. > do something $file.dd.08.yyyy >> /anotherPath/aFile
  9. > done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement