help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

escaping # in Emacs Shell


From: Chris Volinsky
Subject: escaping # in Emacs Shell
Date: Wed, 5 Nov 2003 20:29:06 GMT
User-agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.6

I have a file which is delimited with '#' (I know, dont ask).  I
cannot figure out how to escape this in Emacs shell-mode, as in for an
awk script. 

The following do not work:

awk -F# '{print $1}' filename
awk -F\# '{print $1}' filename
awk -F"#" '{print $1}' filename
awk -F'#' '{print $1}' filename

its not an awk problem, I get the same thing with join -t\#, etc.

Thanks,
Chris 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]