Learn about Linux
Download Linux
Get Linux help
Get special offers on:
Linux Application Dev Programming Software
Email:
#
Return to CLI Magic: Daily aliases
© Copyright 1999-2008 - SourceForge, Inc., All Rights Reserved About Linux.com - Privacy Statement - Terms of Use - Advertise - Trademark - Ask Linux Questions - Write for Us - RSS Feed ThinkGeek - Slashdot - SourceForge.net - freshmeat - Surveys - Jobs
quick nano alias
Posted by: Anonymous Coward on December 12, 2005 09:51 PMalias n='nano -w'
The -w disables word wrap so it doesn't mangle config files. For example,
n<nobr> <wbr></nobr>/etc/postfix/main.cf
to edit the postfix config file.
#