Click to See Complete Forum and Search --> : quick method for keeping log.


lugoteehalt
02-02-2006, 03:44 PM
Forgetting how you did something in the past is one of the most irritating things that can happen. Here is a way of making it easy to make a note of something in a personal help file.

Put a function in say .bashrc:

function h { read -a ZxSfYuKlOe; echo "${ZxSfYuKlOe }" >> /home/lugo/help; echo '' >> /home/lugo/help; unset ZxSfYuKlOe; }

With this you just type 'h' then hit return and then type the stuff you want and it's automatically added to help file.

May seem pointless but usefull.