Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

hwot o rename a folder in linux shelp

Open the Terminal application.
Type the following command to rename foo folder to bar: 

$ mv foo bar

 You can use full path too: mv /home/user/oldfolder /home/user/newfolder.
 
# Source: https://www.cyberciti.biz/faq/linux-rename-folder-command/
Comment

PREVIOUS NEXT
Code Example
Shell :: find the first occurence with grep in a linux file 
Shell :: git delete branch error not found 
Shell :: unpause jobs bash 
Shell :: solr cloud cluster setup for windows 
Shell :: How to remove one directory owned by a specific user on Linux 
Shell :: /dev/stdin execute remote script with passing args 
Shell :: start cpu scheduler on ubuntu terminal 
Shell :: If the {string} part is omitted, it is considered as an empty string, and the matched pattern is deleted. The following command deletes all instances of the string ‘foo’ in the current line 
Shell :: install mana in kali complete method 
Shell :: preserve bash history 
Shell :: linux replace after char 
Shell :: wget gradle task 
Shell :: enable podman behavior as docker 
Shell :: running shell script 
Shell :: pip install win32api 
Shell :: how to source scripts in same folder bash 
Shell :: How to zero pad numbers in file names in Bash? 
Shell :: hadoop get files 
Shell :: list all services linux 
Shell :: shell command operator and seperator control characters 
Shell :: alternative echo linux 
Shell :: multiple-gits 
Shell :: run sudo without typing password manually 
Shell :: create fake json from terminal 
Shell :: ray core file 
Shell :: find ps python 
Shell :: dgram i node 
Shell :: How To Edit Log File On Batch Script 
Shell :: calibre on centos terminal 
Shell :: ubuntu download and extract tar 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =