Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
prefix all commands?
- X-seq: zsh-users 12078
- From: River Tarnell <river@xxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: prefix all commands?
- Date: Mon, 22 Oct 2007 18:19:55 +0100
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: Wikimedia Foundation, Inc.
hello,
i would like to write a script which can prefix all commands with "pfexec ".
for example, if the user runs "ls", the shell should actually run "pfexec
ls". similarly, "a | grep b" should become "pfexec a | pfexec grep b".
is there any way to do this?
- river.
Attachment:
signature.asc
Description: This is a digitally signed message part.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author