Advertisement
Guest User

Untitled

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