[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#10819: [BUG][RM]
From: |
Jim Meyering |
Subject: |
bug#10819: [BUG][RM] |
Date: |
Thu, 16 Feb 2012 09:38:24 +0100 |
Davide Brini wrote:
...
> At least in bash, but I suppose in other shells too,
>
> rm -rf #*
>
> treats the "#*" part as a comment, and (if you remove the "-f") complains
> about missing operand to rm.
That is the default, but for an interactive shell,
that behavior can be changed:
$ echo a b # c
a b
$ shopt -u interactive_comments
$ echo a b # c
a b # c
- bug#10819: [BUG][RM], address@hidden, 2012/02/15
- bug#10819: [BUG][RM], Eric Blake, 2012/02/15
- bug#10819: [BUG][RM], Davide Brini, 2012/02/16
- bug#10819: [BUG][RM],
Jim Meyering <=
- bug#10819: [BUG][RM], Voelker, Bernhard, 2012/02/16
- bug#10819: [BUG][RM], Jim Meyering, 2012/02/16
- bug#10819: [BUG][RM], Voelker, Bernhard, 2012/02/16
- bug#10819: [BUG][RM], Jim Meyering, 2012/02/16
- bug#10819: [BUG][RM], Voelker, Bernhard, 2012/02/16
- bug#10819: [BUG][RM], Eric Blake, 2012/02/16
- bug#10819: [BUG][RM], Jim Meyering, 2012/02/16
- bug#10819: [BUG][RM], Stefano Lattarini, 2012/02/16
- bug#10819: [BUG][RM], Eric Blake, 2012/02/16
- bug#10819: [BUG][RM], Philip Rowlands, 2012/02/16