Mailinglist Archive: opensuse (1332 mails)
| < Previous | Next > |
Re: [opensuse] Re: apache mod_rewrite
- From: Anders Johansson <ajohansson@xxxxxxx>
- Date: Sun, 3 May 2009 20:15:01 +0200
- Message-id: <200905032015.01302.ajohansson@xxxxxxx>
On Sunday 03 May 2009 20:02:37 Randall R Schulz wrote:
Sure it's allowed
~> "echo" foo
foo
~> !"
"echo" foo
foo
It just didn't get any hits because no previous command started with a "
Anders
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
This is nonsensical. The ! was followed by a character not allowed in
history expansions.
Sure it's allowed
~> "echo" foo
foo
~> !"
"echo" foo
foo
That is why BASH rejected the command line and
printed a diagnostic.
It just didn't get any hits because no previous command started with a "
Anders
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |