Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

copy folder ubuntu

$ cp -r /source_directory /destination_directory
Comment

create and copy folder in ubuntu

$ cp -rv /source_directory /destination_directory

# r = copy directories recursively
# v = explain what is being done
Comment

copy folder in ubuntu

cp -r /path/to/directory /path/to/location/new-name
Comment

PREVIOUS NEXT
Code Example
Shell :: bash copy directory and all contents 
Shell :: linux command to clean up log files in /var/log 
Shell :: linux bash clean up log files in /var/log 
Shell :: how to update ubuntu from terminal 
Shell :: how to overwrite file linux cli 
Shell :: how to install kubectl in ubuntu 
Shell :: enable apache2 site 
Shell :: node modules folder not getting ignore in git 
Shell :: restart odoo service ubuntu 
Shell :: generating a new ssh key 
Shell :: snap purge 
Shell :: vscode restart window 
Shell :: boot maker for ubuntu 
Shell :: if there is a string in a file batch 
Shell :: ssh github 
Shell :: linux append to file 
Shell :: find only files linux 
Shell :: where is pip installed packages stored in colab 
Shell :: git check current branch 
Shell :: docker get image size before pull acr 
Shell :: how to ignore files in git 
Shell :: minishift admin-user addon 
Shell :: vim open new tabs 
Shell :: force remove a hidden folder in linux 
Shell :: change mac address linux 
Shell :: install netbeans 8.2 in kali linux 
Shell :: how to create new branch 
Shell :: add anaconda to git bash 
Shell :: laravel permission ubuntu lamp 
Shell :: git show unpushed commits 
ADD CONTENT
Topic
Content
Source link
Name
4+7 =