colors in bash -- script to display all the possible colors.
If you wanted to have colors in the bash output (including the colors in PS1-4), don’t you keep wondering how the color code would look on the terminal. So, I wrote this small script to show the complete color codes. This is how the output would look:
And here is the script:
1
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
Related articles by Zemanta {."zemanta-related-title"}
- unbound variable – bash completion not working and having issues with other stuff like command not found. (amit-agarwal.co.in)
- Modifying the bashrc or bash startup files. (amit-agarwal.co.in)
- Nature-Inspired Colors for Home Interiors (interiordecorating.suite101.com)
- Dark and Light Blue Colors in Feng Shui (feng-shui-concepts.suite101.com)
- Delete all files in a folder that don\’t match a certain file extension (amit-agarwal.co.in)
Related Articles:
- 2010/05/10 coproc help - a new feature in bash
- 2010/06/03 let a cow tell you your fortune
- 2010/05/27 Checking the links to your site (from affiliates) using cron and bash script.
- 2010/05/17 Script to download all the related videos from youtube with youtube-dl
- 2010/05/20 Startup animation and theme for Fedora 12 onwards.
Authored By Amit Agarwal
Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.