How do I reload .bashrc (ubuntu) without logging out and back in?
source ~/.bashrc
Related Posts
Performing Incremental backups using tar
https://www.unixmen.com/performing-incremental-backups-using-tar/
How To Add Swap on Ubuntu 12.04
To add a swap-partition instead of swap-file: blkid /dev/sdax (get UUID) mkswap /dev/sdax (format swap…