[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] How can we delete this? (RaQ2)
- Subject: Re: [cobalt-users] How can we delete this? (RaQ2)
- From: Chuck <nagy@xxxxxxxxxxxxxxxx>
- Date: Sun Jun 25 22:52:16 2000
On Mon, 26 Jun 2000, dylan wrote:
> oo just thought of another one..
>
> echo '0' > ??&??Q4
that's not really delete, and should read:
# echo '0' > '??&??Q4'
otherwise it will fork to the background because of the '&'