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 :: check on cmd all installed version 
Shell :: linux docker 
Shell :: ubuntu command change line in file 
Shell :: ubuntu install safari browser terminal 
Shell :: remote: ! You are trying to install ruby-2.7.0 on heroku-20. 
Shell :: reverse a django migration 
Shell :: sharepoint logs folder 
Shell :: git prune local branches 
Shell :: fold all lines in vim 
Shell :: printf in bash 
Shell :: terraform download 
Shell :: bash script expand string on spaces 
Shell :: photoview github 
Shell :: download file on linus ssh 
Shell :: git restoring deleted files 
Shell :: homebrew 
Shell :: bash list files for user 
Shell :: docker-proxy port 80 
Shell :: create a branch from old commit 
Shell :: Mongodb admin login 
Shell :: mount a folder from windows inside wsl 
Shell :: chmod user to root 
Shell :: install macos on vmware ubuntu 
Shell :: Create Boxes Around Text 
Shell :: bash copy folder 
Shell :: boot linux from dos 
Shell :: bash script get last position of character in string 
Shell :: git bring back deleted branch from local 
Shell :: rmdir linux 
Shell :: mac ssh download folder 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =