Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to move many folders linux

mv -t <destination> <src1> <src2> .... <srnN>
#example where moving folder1-3 to folderX:
mv -t folderX folder1 folder2 folder3
Source by discuss.devopscube.com #
 
PREVIOUS NEXT
Tagged: #move #folders #linux
ADD COMMENT
Topic
Name
3+7 =