News

The select command in Linux is a versatile tool primarily used for menu creation in bash scripts. The command retrieves data from a specified list, which can be an array or other data source, and ...
Microsoft, with the release of the Windows 10 anniversary update, gave their users a gift: the ability to run Linux (Ubuntu) on it. In a previous article, I explained how to enable Linux on Windows ...
Here are the three main sources of confusion with Bash programming: The surprising aspect of Bash programming is that the constructs if, while and until evaluate the exit status of a command.
A bash alias is a shortcut to a complicated command. Here are 10 aliases I've used to make using the command line a bit easier.