.bash_logout #1

  • //
  • guest/
  • tom_tyler/
  • home/
  • .bash_logout
  • View
  • Commits
  • Open Download .zip Download (109 B)
# Cleanup old history files.
if [[ -d ~/.hist ]]; then
   find ~/.hist -mtime +32 -exec /bin/rm -f {} \;
fi
# Change User Description Committed
#1 21461 C. Thomas Tyler Added sample .bashrc and friends.