2003-12-15, 02:32 PM
Make yourself a notes file to keep documentation on changes you made on your system or just general notes about commands and things.
I created a file called notes.txt at /var/notes.txt and when I want to add to it simply do this
[digerati@rh9 /]$ cat >> /var/notes.txt
type something and hit ctrl d when finished.
Since this >> appends to the file I like to add a # sign before the actual typing like:
[digerati@rh9 /]$ cat >> /var/notes.txt
#
type something and hit ctrl d when finished.