Answers for "bash move file"

1

bash move file

# Move one file
mv file.txt dir1
# Move multiple files
mv file_1.txt file_2.txt dir1
# or
mv file_* dir1
Posted by: Guest on March-05-2022
0

how to move a file in bash

move "%USERPROFILE%\Downloads\Test.exe" "%USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
Posted by: Guest on January-03-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language