Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

bash command to move all files to a dir

/*A bash command to move all the files in current dir to dirDest dir.
* The sign '*' stands for 'all files'
*/

mv * /dirDest
 
PREVIOUS NEXT
Tagged: #bash #command #move #files #dir
ADD COMMENT
Topic
Name
6+8 =