Results 1 to 1 of 1
some commands give different output in graphical terminal and command line, why they do so?
e.g. $ echo -e "3[5m"
will set blinking text in CLI mode but it wont ...
- 05-26-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 18
difference in GUI & CLI in command execution
some commands give different output in graphical terminal and command line, why they do so?
e.g. $ echo -e "\033[5m"
will set blinking text in CLI mode but it wont work in Xterm........ why???
there are many commands with this problem.


Reply With Quote