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 \;
While the criticism may be valid, it doesn’t make sense to someone new to Linux.
It’s easy to switch to Ubuntu from Windows, and it’s easier to switch from Ubuntu to another distro.