2009-01-31 14:57 -!- le_biloute (Etienne Gadeski) [n=k@pdpc/supporter/active/lebiloute] has joined #screen 2009-01-31 14:57 le_biloute hello 2009-01-31 14:57 le_biloute I need some support for a special command 2009-01-31 14:57 le_biloute I use screen ccze <<(tail -f /var/log/auth.log) 2009-01-31 14:57 le_biloute it says "Must be connected to a terminal." 2009-01-31 14:58 le_biloute so I put screen -T xterm or w/e 2009-01-31 14:58 le_biloute still the same reply 2009-01-31 15:22 samlt_ what's ccze supposed to be? 2009-01-31 15:23 samlt_ and, what are you trying to do? creating a new screen running the command tail -f /vasdfqf.log ? 2009-01-31 15:23 le_biloute ccze colors logs 2009-01-31 15:24 le_biloute and it needs a file / command to work 2009-01-31 15:24 le_biloute so i give tail -f /var/log/auth.log to ccze 2009-01-31 15:24 le_biloute and i give the whole command to screen 2009-01-31 15:31 le_biloute any idea ? :\ 2009-01-31 15:32 samlt_ screen bash -c "tail -f qfqfd | ccze" ? 2009-01-31 15:33 samlt_ or, screen bash -c "ccze <<(tail -f qfqfd)" ? 2009-01-31 15:34 le_biloute okay 2009-01-31 15:34 le_biloute the 2nd one doesnt work (screen closes instantly) 2009-01-31 15:34 le_biloute but the 1st one is perfect 2009-01-31 15:34 le_biloute thanks :)