I do not think I can ever remember this exotic syntax of the find command to find and mv files:
find /path/to/search -name "*.txt" -exec mv {} /path/to/destination/ \;
not in this lifetime. I have to Google every single time to make sure I will not do something stupid.
#Unix #Linux #CMD
find /path/to/search -name "*.txt" -exec mv {} /path/to/destination/ \;
not in this lifetime. I have to Google every single time to make sure I will not do something stupid.
#Unix #Linux #CMD
1