Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
setopt noclobber in /proc-filesystem
- X-seq: zsh-users 9316
- From: Michael Prokop <news@xxxxxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxxxxx>
- Subject: setopt noclobber in /proc-filesystem
- Date: Mon, 15 Aug 2005 13:14:55 +0200
- Mail-followup-to: Zsh Users <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Reply-to: Michael Prokop <zsh@xxxxxxxxxxxxxxxxx>
Hello,
% setopt noclobber
% echo foo > /proc/sys/kernel/hotplug
zsh: file exists: /proc/sys/kernel/hotplug
Is there any chance to use option 'noclobber' but allow writing to
/proc-filesystem anyway? I do know that there exists 'setopt
clobber' ;-) and "echo ... >| /proc/..." as well but other users
might not know this.
I'd like to ship zsh on my live-cd-system with 'setopt noclobber'
enabled but would like to avoid that users think the behaviour in
/proc-fs is a bug. Any ideas?
regards,
-mika-
--
,'"`. http://www.michael-prokop.at/
( grml.org -» Linux for texttool-users and sysadmins
`._,' http://www.grml.org/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author