[Eisfair] Was will er?
Marcus Röckrath
marcus.roeckrath at gmx.de
Mi Apr 5 16:00:47 CEST 2023
Hallo Holger,
Holger Bruenjes wrote:
>> usr/bin/in.grep: warning: stray \ before -
>
>
> /var/install/bin/ask
>
> Zeile 170 das Zeichen \
>
> [...ist
> if echo -e "$1" | grep -qsE '[0-9]+\-[0-9]+'
> ^^^^^
>
> [...soll
> if echo -e "$1" | grep -qsE '[0-9]+-[0-9]+'
> ^^^^^^^^^^^
So ganz dürfen manchmal auch nicht weg, wie folgendes zeigt:
eis # echo abcdef | grep -q "\-\-"
/usr/bin/in.grep: warning: stray \ before -
eis # echo abcdef | grep -q "--"
Usage: in.grep [OPTION]... PATTERNS [FILE]...
Try 'in.grep --help' for more information.
eis # echo abcdef | grep -q "\--"
#
--
Gruß Marcus
[eisfair-Team]
Mehr Informationen über die Mailingliste Eisfair