Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

copy folder from local to ubuntu server

rsync -avz -e 'ssh' /path/to/local/dir user@remotehost:/path/to/remote/dir
Comment

copy folder in ubuntu

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

PREVIOUS NEXT
Code Example
Shell :: list devices in network 
Shell :: term environment variable not set 
Shell :: git command line see logö 
Shell :: install jq 
Shell :: grep --include 
Shell :: bash command to open terminal 
Shell :: how to push code to another remote git repository 
Shell :: apartheid linux 
Shell :: brew install pgdump 
Shell :: how to remove every space in a string in bash 
Shell :: bz2 unzip 
Shell :: ubuntu show git branch in terminal 
Shell :: aws cli ec2 list security groups 
Shell :: git command to switch from my current branch to another in android studio 
Shell :: bash exit code status last command 
Shell :: linux sort by file size 
Shell :: curl: (7) Failed to connect to localhost port 9200: Connection refused 
Shell :: install neovim ubuntu 
Shell :: how to open pdf from ubuntu terminal 
Shell :: bootstrap 5 react npm 
Shell :: bash move a list of files 
Shell :: how to run shell script in linux 
Shell :: install pylatex with dependency 
Shell :: git keeps changed file when switching to different branch 
Shell :: error running pod install 
Shell :: ubuntu grub repair 
Shell :: ubuntu 20.04 wifi adapter not found dell 
Shell :: beam smp 
Shell :: how to trim log file linux 
Shell :: find process on linux 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =