Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to rename the directory in terminal

mv [oldDirPath] [newDirPath]
Comment

rename folder in terminal

mv -T /home/user/oldname /home/user/newname		

// also creates if doesn't exist
Comment

terminal rename folder

mv /home/user/oldname /home/user/newname
Comment

PREVIOUS NEXT
Code Example
Shell :: WSL2 .wslconfig Windows 
Shell :: linux create file without content 
Shell :: how to check pia checksum 
Shell :: connect to a vm from cloudshell 
Shell :: check program installed c# 
Shell :: git push unable to create temporary object directory 
Shell :: What next after installing sanctum for laravel 
Shell :: github axios 
Shell :: how to move wsl storage 
Shell :: mac bash_profile file not b eing sources 
Shell :: nativescript create angular project 
Shell :: Check Firewall setup 
Shell :: setting Flask app variable 
Shell :: mv bash 
Shell :: SCP copy a directory from a local to remote system 
Shell :: snap powershell 
Shell :: undo commit after push 
Shell :: how to permanently install wifi drivers realtek 8723de in ubuntu 18.04 
Shell :: bash string ends with 
Shell :: screen recorder mint 
Shell :: shallow clone specific branch 
Shell :: pushing an existing repository from cmd 
Shell :: grep search in file bash 
Shell :: shell count number of columns 
Shell :: does Ubuntu MATE have ssh 
Shell :: warning: Pulling without specifying how to reconcile divergent branches is discouraged 
Shell :: how to ssh 
Shell :: install serial port using npm 
Shell :: how to make ngrok not expired 
Shell :: bash help 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =