Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bash copy all hidden files

# Basic syntax:
rsync -a /directory/with/hidden/files/.[^.]* /destination/directory/

# Example usage:
# Say you wanted to copy all hidden directories from your home folder:
rsync -a ~/.[^.]* /path/to/destination/directory
Comment

PREVIOUS NEXT
Code Example
Shell :: -s and --save 
Shell :: change git commit date 
Shell :: wsl convert to wsl2 
Shell :: latex markdown github 
Shell :: install eslint 
Shell :: loop through directories bash 
Shell :: install torch2trt nvidia jetson 
Shell :: typescript diagnostics 
Shell :: apche superset installation 
Shell :: move huge number of files from local to hdfs 
Shell :: open .bashrc 
Shell :: neovim source current file 
Shell :: run sudo without password 
Shell :: how to execute full path command in powershell 
Shell :: multipass install linux 
Shell :: how to create a junction between folders 
Shell :: how to disable gui in mint 
Shell :: zsh mac 
Shell :: bash while read line loop from variable 
Shell :: downooad sublime in linux mint using terminal 
Shell :: heroku git steps 
Shell :: search by service terminal 
Shell :: open django terminal 
Shell :: bash return position of matching string 
Shell :: kill process at a port ubuntu 
Shell :: pip silent install 
Shell :: git get username 
Shell :: install gnome-shell-extensions 
Shell :: find old command terminal 
Shell :: for k in range bash 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =