all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* escaping # in Emacs Shell
@ 2003-11-05 20:29 Chris Volinsky
  2003-11-05 21:16 ` Dan Anderson
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Volinsky @ 2003-11-05 20:29 UTC (permalink / raw)



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 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-11-05 21:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-05 20:29 escaping # in Emacs Shell Chris Volinsky
2003-11-05 21:16 ` Dan Anderson

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.