Top
Home
Tags
Bash
Bash
Bash for noobs
16 Mar 2023
Basic Bash commands Refresh/reload profile . ~/.bashrc Create a symlink ln -s [target_path] [link_path] # Example: Links the .ssh folder inside a WSL …
Bash
Linux