[sllug-members]: Re: CHMOD Big Oops!

Knight Walker kwalker at kobran.org
Thu Oct 26 15:09:56 MDT 2006


On Thu, 2006-10-26 at 14:41 -0600, Jarom Hatch wrote:
> When typing the command just hit ^V before hitting [tab] and it will
> insert a literal tab...

I've also been able to use C-style escape sequences (\n \r \t) and have
them work using something like this:

$'\t'

In Bash (Single quotes are important).  TCSH handles them without the $
at the beginning.

-KW



More information about the sllug-members mailing list