Damus
KaiXin profile picture
KaiXin
@KaiXin
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
1
Kermode 🇨🇦 · 4d
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqqvklvldx0m4mmx0cepfschs8rgswntzxr39atwptqztq3htacc5qct650u I can't remember either. I have a  library of recipes and one-liners in joplin for bash, sed, awk, ffmpeg... That, or I pull up a  script I've already written that's similar and mess w...