Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

get all files from folders to 1 parent folder

find ~/Downloads/ -maxdepth 1 -type f -print0 | xargs -0 mv -t ~/Videos
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #files #folders #parent #folder
ADD COMMENT
Topic
Name
7+8 =