Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
accessing full command line
- X-seq: zsh-users 60
- From: Alex Ramos <alex_ramos@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: accessing full command line
- Date: Tue, 5 Sep 1995 08:56:41 -0500 (CDT)
- Reply-to: alex_ramos@xxxxxxxxxx
I would like to know if there is any way (e.g. an undocumented
feature or a source code patch) in zsh to access the full
command line passed to a function or alias. For example, if
'foo' is a function, and I type
foo "blah blah $$" $XYZ
I'd like to (inside 'foo') have access to the string '"blah blah $$" $XYZ'
as it was typed.
Any suggestions would be appreciated..
thanks
--
Alex Ramos
(918) 561-6299
Messages sorted by:
Reverse Date,
Date,
Thread,
Author