lem@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?English
1·
1 year agoidentify
find DIR -executable
copy
find DIR -executable -exec cp {} TARGETDIR \;
identify
find DIR -executable
copy
find DIR -executable -exec cp {} TARGETDIR \;
Choplifter
Hang-On
Time Soldiers