
- Forum
- Operating Systems
- Shell Programming
- Colorful Scripts
Colorful Scripts
This is a discussion on Colorful Scripts within the Shell Programming forums, part of the Operating Systems category; I have written plenty of shell scripts and all is working fine. I like to add some more feature to ...
-
Colorful Scripts
I have written plenty of shell scripts and all is working fine. I like to add some more feature to this shell scripts. As a first step I want to add colors to my output of the shell scripts.Kindly suggest a way for adding this feature to make my scripts colorful.
-
12-24-2010, 02:21 PM #2
- Join Date
- Dec 2010
- Answers
- 32
Store the colors in a file and then source that file in batches as given:
[dot][space] /full_path_file_with_color_def_inside
. /full_path_file_with_color_def_inside
«
Shell Program to count files directories
|
How to write a shell program that displays login and logout times
»

Reply With Quote





