Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bash copy directory

cp -r ./SourceFolder ./DestFolder
Comment

bash copy folder

$ cp -r pics documents
Comment

copy folder bash terminal

cp -a /source/. /dest/

# -a is an (improved) recursive to copy subfolders
# the '.' after /source/ specifies to copy all hiden files
Comment

PREVIOUS NEXT
Code Example
Shell :: how to get driver information ubuntu 
Shell :: bash script template linux 
Shell :: install moment.js 
Shell :: how to access the local machine using WSL 
Shell :: install font in react native 
Shell :: pwd in command prompt 
Shell :: delete a branch from local 
Shell :: pip install datetime 
Shell :: how to exit git bash 
Shell :: selinux 
Shell :: gnu octave ubuntu 
Shell :: how to revert commit in git 
Shell :: yum stands for in linux 
Shell :: npm delete 
Shell :: drupal update config install 
Shell :: dos dir 
Shell :: and or bash 
Shell :: git the history 
Shell :: how to install mongodb in ubuntu 
Shell :: connect ftp terminal ubuntu 
Shell :: remove a non empty directory 
Shell :: github cli download 
Shell :: how to revert a commit in git 
Shell :: linux run multipel comands in one line 
Shell :: sudo apt install rosecore 
Shell :: unity install server cache 
Shell :: symbolic link wsl mnt .ssh 
Shell :: How to ssh to multiple servers and run commands 
Shell :: how to copy zip file from remote to local 
Shell :: fork/exec /bin/bash: resource temporarily unavailable 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =