Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- find . -type d -name "recup_dir" -exec find {} -name ".zip" ; -exec mv -t /home/k/recovery {}/* ;
- i'm in a folder.... trying to scan through these directories.. each directory is named recup_dir.xxxx < xxxx being a number
- I'm trying to locate the zip's and move them into a recovery folder.
- This is what happens when I run it:
- ```
- mv: cannot stat './recup_dir.257/': No such file or directory
- mv: cannot stat './recup_dir.1004/': No such file or directory
- mv: cannot stat './recup_dir.101/': No such file or directory
- ```
- i know this is a stupid issue with my syntax.. any ideas?
- recovering a deleted minecraft zip have mercy senpai whoever u are
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement