How do I reload .bashrc (ubuntu) without logging out and back in?
source ~/.bashrc
Related Posts
tar – archive utility
To view the contents of tar file without extracting tar -tf filename.tar.gz To extract specific…
grep tips
If you're looking for lines matching in files, my favorite command is: grep -Hrn 'search…