How do I reload .bashrc (ubuntu) without logging out and back in?
source ~/.bashrc
Related Posts
How to connect as root (sudo) using WINSCP
USE the SCP protocol Test connecting with WINSCP using using the SCP protocol and the…
Don’t wrap long lines in linux terminal
printf '\033[?7l' ls -l /a/folder/that/contains/files/with/long/names printf '\033[?7h'