bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#15444: (no subject)


From: Leon Meier
Subject: bug#15444: (no subject)
Date: Thu, 14 Jul 2016 11:24:58 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.1.0

Does the following also fail for you?  It uses python instead of
(difficult to see in email) explicit spaces to get the 80 spaces.
Sorry; in my previous e-mail there was a wraparound induced by the e-mail 
composer. This one is hopefully better:
$ echo "                                                                             
  "| grep --color=always '[1-9]'

python2 -c 'print " " * 80, 1234' | grep --color=auto '[1-9]'
This one does work for a standard 80-char-wide (u)xterm.








reply via email to

[Prev in Thread] Current Thread [Next in Thread]