Zen-Dreams

Zen-Dreams.com

Tag Archives: Shell

Shell script, how-to make them look better

When you program a shell script, it’s always usefull to have some message reporting immediatly such as OK or Error. So here is a little how-to get color in your shell scripts.
In order to do so, you just have to use ASCII characters within your command-line. This will make them more eye appealing.
The syntax is [...]

By Anthony