Tag: terminal
Browse all articles, tutorials, and guides about terminal
Posts
⌘K
Linux
2024-12-08|5 min read
How to Change Echo Text Colors in Linux Terminal
Learn how to colorize your terminal output using ANSI escape codes with the echo command to make scripts more readable and visually appealing.
Linux
2024-08-14|8 min read
How to Change the Output Color of Echo in Linux
Learn how to add colors to your echo output in Linux and Bash scripts using ANSI escape codes, tput commands, and color variables for better terminal display.
Bash
2024-04-12|7 min read
How to Count Lines of Code in a Directory Recursively
Discover multiple methods to count source code lines across entire directory trees, including filtering by file types and excluding specific directories.
Bash
2024-02-15|4 min read
How to Reload .bashrc Settings Without Logging Out
Need to apply changes to your .bashrc file immediately? Learn multiple methods to reload your Bash configuration without restarting your terminal session.