3resource
Bashzsh

bash zsh

alias yd="yarn dev"
copy the path of a file to the system clipboard
realpath Onivim2-x86_64-master_8bbaf25b07ff2ac4dc6c74823d5a69bc.AppImage | xclip -sel clip

https://stackoverflow.com/a/62517779/6236633 (opens in a new tab)

copy all files in a folder, including hidden files, into a destination folder. auto create destination folder if it doesn't exist
mkdir /home/<new_user>
cp -r /etc/skel/. /home/<new_user>
copy all files exclude files to another place
rsync -av --progress easylink-main-website/ easylink-app --exclude node_modules
Do not shoot this.