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 ::  
::  
::  
::  
::  
::  
:: linux search file by name 
Shell ::  
::  
Shell ::  
Shell ::  
::  
Shell ::  
::  
::  
Shell ::  
:: docker compose restart 
::  
:: Command to display a process running in windows powershell 
::  
::  
Shell ::  
:: how to install python on linux/terminal 
::  
::  
Shell ::  
::  
ADD CONTENT
Topic
Content
Source link
Name
6+9 =