<aesthetikx>
I asked over in #linux but no one seemed to know; and I am only so knowledgeable about the shell and unix; but I am surprised that if ruby -c can tell if its outputing to a tty or a file, then there should be some | pipe command to trick it into thinking its a file
<aesthetikx>
but there is not as far as i can tell
<aesthetikx>
other than immediately reading back from a file or making a fifo or something
<aesthetikx>
oh, peder, somehow I it seems ruby -c x.rb 2>&1 | cat gets rid of color
<aesthetikx>
on this box anywya
<aesthetikx>
maybe problem solved at least for my brain if cat does that then
kiki_lamb has quit [Ping timeout: 250 seconds]
bit4bit_ has joined #ruby
bit4bit has quit [Ping timeout: 240 seconds]
bit4bit_ has quit [Read error: Connection reset by peer]
Deknos has quit [Remote host closed the connection]
mrkz_c has joined #ruby
roadie has quit [Ping timeout: 240 seconds]
jpw has joined #ruby
kiki_lamb has joined #ruby
kiki_lamb has quit [Ping timeout: 240 seconds]
ByteEater has quit [Quit: Client closed]
roadie has joined #ruby
roadie has quit [Ping timeout: 250 seconds]
teclator has joined #ruby
roadie has joined #ruby
teclator has quit [Client Quit]
roadie has quit [Client Quit]
kiki_lamb has joined #ruby
gr33n7007h has joined #ruby
howdoi has joined #ruby
kiki_lamb has quit [Ping timeout: 250 seconds]
noa has joined #ruby
Oxfuxxx has quit [Read error: Connection reset by peer]
Oxfuxxx has joined #ruby
goldfish has joined #ruby
kiki_lamb has joined #ruby
jpw has quit [Ping timeout: 240 seconds]
jpw has joined #ruby
kiki_lamb has quit [Ping timeout: 250 seconds]
roadie has joined #ruby
jpw has quit [Ping timeout: 252 seconds]
neshpion has joined #ruby
neshpion has quit [Remote host closed the connection]
desnudopenguino has quit [Ping timeout: 252 seconds]
kiki_lamb has joined #ruby
desnudopenguino has joined #ruby
kiki_lamb has quit [Ping timeout: 240 seconds]
venue has quit [Quit: was tired]
kiki_lamb has joined #ruby
kiki_lamb has quit [Ping timeout: 240 seconds]
roadie has quit [Ping timeout: 240 seconds]
_ht has quit [Remote host closed the connection]
noa has quit [Quit: Leaving]
rubion has joined #ruby
noa has joined #ruby
xuochi has quit [Quit: leaving]
noa has quit [Quit: Leaving]
Oxfuxxx_ has joined #ruby
kiki_lamb has joined #ruby
Oxfuxxx has quit [Ping timeout: 248 seconds]
ur5us has joined #ruby
Oxfuxxx_ has quit [Read error: Connection reset by peer]
Oxfuxxx has joined #ruby
Oxfuxxx has quit [Quit: leaving]
<peder>
aesthetikx: yes, 2>&1 | cat works for getting rid of it, but then the pipe return the exit code of cat, not ruby... so its a bit harder to know if the check failed or not :)
elf_fortrez has joined #ruby
Hobbyboy has quit [Quit: The BNC has broken!]
Hobbyboy has joined #ruby
<weaksauce>
if color is all your are after you might be able to preface the command with TERM=xterm-mono or xterm-basic
<weaksauce>
aesthetikx
<weaksauce>
or setting the NO_COLOR variable first?