minus-squarelem@lemmy.worldtoLinux@lemmy.ml•[SOLVED] I need to copy all executable files in my home folder to my documents folder, how can I do this?linkfedilinkEnglisharrow-up1·edit-21 year agoidentify find DIR -executable copy find DIR -executable -exec cp {} TARGETDIR \; linkfedilink
identify
find DIR -executable
copy
find DIR -executable -exec cp {} TARGETDIR \;