By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!for /l %x in (1,1,10) do @echo My dog has fleas. | d:\c64\grep dog | d:\c64\sed -e 's/\(dog has\)/\x1B[32;41;1m\1\x1B[0m/g'
What am I looking for? If it's console settings, they're changing randomly.Check your console settings.
What am I looking for? If it's console settings, they're changing randomly.
for /l %x in (1,1,1000) do @echo My dog has fleas. | d:\c64\grep dog | d:\c64\sed -e 's/\(dog has\)/\x1B[32;41;1m\1\x1B[0m/g'
No, it goes back to at least v24.Is this something new in v30?
Does it work if you do it the way CMD does? I.e.:
Code:for /l %x in (1,1,1000) do @echo My dog has fleas. | cmd /c d:\c64\grep dog | cmd /c d:\c64\sed -e 's/\(dog has\)/\x1B[32;41;1m\1\x1B[0m/g'
tasklist /v |c:\cygwin\bin\grep --text --color=always "opera.exe.*Console"|c:\cygwin\bin\cut.exe -c1-80
tasklist /o /l|c:\cygwin\bin\grep --text --color=always "[0-9][^tc]*opera "|c:\cygwin\bin\cut.exe -c1-%@EVAL[%_COLUMNS-1]