Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
how to get standard output used in command line editor?
- X-seq: zsh-users 34
- From: unpingco@xxxxxxxxxxxx (Jose Unpingco)
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: how to get standard output used in command line editor?
- Date: Thu, 29 Jun 95 08:58:18 PDT
Hi,
Often, I run commands like
find . -name 'hey' -print
and I get a list of files I'd like to apply various commands to.
Is there a way to use fc to edit the list generated by the find command
and then use the newly edited list as a command?
the only other way I can figure it is to send the find output to a file
and then source it after editing.
thanks.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author