Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to rename files with mv in linux

mv myfile myfile2
Comment

mv command in linux to rename

mv pear apple fruits # move pear & apple files/folders into fruits folder
mv name new_name # renames file or folder to "new_name" if folder of same 
# same name doesn't exist on current directory
Comment

PREVIOUS NEXT
Code Example
Shell :: how to copy directory to a ssh server 
Shell :: ubuntu capture screen 
Shell :: aws sli how to delete table 
Shell :: Error: The following directories are not writable by your user: /usr/local/lib/pkgconfig 
Shell :: extract tar to destination 
Shell :: xcopy folder to another folder 
Shell :: Errors during downloading metadata for repository 
Shell :: delete service in windows using command prompt 
Shell :: bash cut first column 
Shell :: check process on port linux 
Shell :: clone a given branch github 
Shell :: install plasma on ubuntu 
Shell :: systemctl status apache2.service 
Shell :: find java home 
Shell :: run command on startup neovim 
Shell :: poetry install 
Shell :: ssh no strict checking 
Shell :: choco upgrade 
Shell :: check space left in ubuntu terminal 
Shell :: touch command not working in vscode 
Shell :: you have new mail terminal mac 
Shell :: duplicate line intellij mac 
Shell :: install pip dockerfile 
Shell :: undo airmon-ng check kill 
Shell :: debian apt log 
Shell :: how to restart raspberrypi via ssh 
Shell :: how to uninstall mahjongg in ubuntu 
Shell :: vim terminal scrollback 
Shell :: laravel download 
Shell :: shell method 
ADD CONTENT
Topic
Content
Source link
Name
9+8 =