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)