Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 325 Bytes

bash_commands.md

File metadata and controls

19 lines (10 loc) · 325 Bytes

search for strings in a folder

grep -r 'pattern_to_match' directory_to_search

to unlock locked folders

sudo chown -R $USER: $HOME

SSH Key Generation

ssh-keygen -t rsa -b 4096 -C "neodigital claim SFPT" -f ./rsa-key

copy all files from one dir to another

cp -a from/. to/

remove a dir completely

rm -rf to