KaiXin · 4w 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... Kermode 🇨🇦 @Kermode 🇨🇦 1784998870 @KaiXin 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 with it to get what I want this time. 1