From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <704791f446b9fb0d17631a21c4f3a15d@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] key management From: "Russ Cox" In-Reply-To: <24cd8b3e6f150430b9557b1f0345cc1f@vitanuova.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Tue, 28 Jan 2003 09:42:04 -0500 Topicbox-Message-UUID: 49f3619c-eacb-11e9-9e20-41e7f4b1d025 > presumably this should actually be: > cat /mnt/factotum/ctl | tail -1 | sed 's/ !.*//;s/^/del/' | read -m >/mnt/factotum/ctl > > for those with large numbers of keys? i think you missed the tail -1.