Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux move folder and subfolders to parent

cd to/the/dir
mv * ../
Comment

move all subfolders to parent folder linux

find . -maxdepth 1 -exec mv {} .. ;
Comment

PREVIOUS NEXT
Code Example
Shell :: debian sudo without password 
Shell :: sum decimals bash 
Shell :: ubuntu set date time command line 
Shell :: create a virtual environment python 3.8 
Shell :: install vpn client for ubuntu 20.04 gui 
Shell :: restart ubuntu 18.04 server 
Shell :: linux make user like root 
Shell :: pesquisar git 
Shell :: bash convert string to uppercase 
Shell :: install plasma kde manjaro 
Shell :: kali linux change keyboard layout 
Shell :: git checkout tag 
Shell :: docker compose stop 
Shell :: how to show extensions on files win 11 
Shell :: how to check file size in linux 
Shell :: global configuration git 
Shell :: install jupyter notebook 
Shell :: brew install golang-migrate 
Shell :: linux bash command to clean up log files 
Shell :: install 7z commadn line windows 
Shell :: cmd find file dir 
Shell :: shell load file as variable 
Shell :: localhost run 
Shell :: installing xlswriter 
Shell :: git add and remove 
Shell :: how install pandas in python 
Shell :: how to remove user from the group 
Shell :: iptable port forward 
Shell :: github change last commit message 
Shell :: install ros foxy 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =