linux move file
# Linux - Bash
# syntax:
mv [options] <source-filepath> <destination-filepath>
# example-1 (fundamental - no switches):
mv "C:\Users\File_Name.txt" "C:\Users\SubFolder\File_Name.txt"
# example-2 (fundamental - with switches):
mv -u "C:\Users\File_Name.txt" "C:\Users\SubFolder\File_Name.txt"
# Switches
OPTION DESCRIPTION
mv -f force move by overwriting destination file without prompt
mv -i interactive prompt before overwrite
mv -u update - move when source is newer than destination
mv -v verbose - print source and destination filesmv file dir
Also in Shell:
- install requirements.txt
- how to install pyqt5 dev tools
- clear untracked files git
- bash get value after equal sign
- how to create a user and add it to a group in linux
- Error while finding module specification for 'virtualenvwrapper.hook_loader' - ubuntu 20
- ubuntu dock setting
- bash create file
- gatsby image
- ubuntu list running applications
- how see my user name mac terminal
- linux merge two pdfs
- ubuntu nginx installation
- install terminator in ubuntu
- crop video from specific time to specific time ffmpeg
- Linux Mint reset xfce-panel
- git remove branch
- lstinputlisting line range
- bash move
- git diff show only files
- change remote to use ssh git command
- git unstage file for commit
- how to link a repo to a project on github
- linux delete appledouble files