Rick,

To edit that file, you need to run a command like vi <filename> 
(http://en.wikipedia.org/wiki/Vi), or vim <filename> 
(http://en.wikipedia.org/wiki/Vim_%28text_editor%29), or emacs 
<filename> (http://en.wikipedia.org/wiki/Emacs).  Let's say you pick 
"vi" as your editor of choice.  After vi <filename> you'll be shown the 
contents of the file.  It is NOT editable at this point.  You can use 
the pageup, pagedown, and arrow keys on the keyboard to navigate the 
file.  To make edits, you need to first hit the insert key (or "I", if I 
remember correctly) and then edit away.  When finished, you need to type 
":", then either "wq" and enter to write changes to disk, or "!q" and 
enter to cancel your changes.

Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291704
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to