Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Move folder content up a level using bash/shell

# move all files (including hidden dot files) from subfolder to current directorty
# Note the space before the last full-stop!
mv subfolder/* subfolder/.* .
Source by unix.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #Move #folder #content #level
ADD COMMENT
Topic
Name
5+5 =