How do I reload .bashrc (ubuntu) without logging out and back in?
source ~/.bashrc
Related Posts
Upgrade Drupal core from command line (ubuntu)
check what version the site is at: drush status Go to http://drupal.org/node/3060/release, filter by the…
Find and delete files older than 1 week (example)
find /home/users/backup_MyDB -type f -mtime +7 -exec rm {} + Although generally it is wise…
