bash move
# 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"
# + ------ + ---------------------------------------------------------- +
# | OPTION | DESCRIPTION |
# + ------ + ---------------------------------------------------------- +
# | -f | force move by overwriting destination file without prompt |
# | -i | interactive prompt before overwrite |
# | -u | update - move when source is newer than destination |
# | -v | verbose - print source and destination files |
# | man mv | help manual |
# + ------ + ---------------------------------------------------------- +
Also in Shell:
- how to check installed packages in linux command
- adding remote origin git
- how to clone pull all repositories from github
- cannot find lstdc++ ubuntu
- linux replace string in all files
- dns_probe_finished_nxdomain linux ubuntu
- install ifconfig on ubuntu
- bash grep and sort
- how to get mac cpu temp
- how to add images to git readme
- remove mongo lock file from centos 7
- mysql default user password
- install snap change in progress ubuntu
- matplotlib change he yticks to two number after digit
- raspbian start gui manually
- tfswitch install
- conda install from yaml
- install yarn
- mkdir linux
- "at" ubuntu script dschedule
- display folder of path linux bashrc
- linux move everything in a directory to another directory
- list used ports on mac
- How to Install a LAMP stack on a Linode Server