Skip to content
Home » command line » Page 2

command line

Is Windows Terminal a Shell?

TLDR: Windows Terminal is a tool that manages different command-line interfaces, compatible with Windows 10/11 and several shells like PowerShell, Command Prompt, and Linux distributions such as Ubuntu. It has many benefits, including customizable themes, multiple tabs, and integration with other tools and applications, making it a great option for… Read More »Is Windows Terminal a Shell?

Bash Scripting Cheat Sheet

Bash Basics Variables Conditionals Loops Files Miscellaneous Note: This cheat sheet is intended as a quick reference and does not cover all aspects of bash scripting. It is important to consult the manual pages or other resources for more information and guidance.

Master Verbose Mode for More Insightful Command Line Use

TLDR; Verbose mode in the CLI can be enabled by using an appropriate command-line option (e.g. v for tar). It is useful for debugging, understanding commands, and troubleshooting scripts and automation. Verbose mode is supported by many Unix commands, package managers, and build systems. It is important to understand the… Read More »Master Verbose Mode for More Insightful Command Line Use