News

Table 1 lists some common commands, along with their equivalent Linux counterpart for reference. There are switches that can be used with these commands; by using the main page or the "--help" switch ...
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.
Bash commands are simply those commands that one can type into the Bash Shell (all the stuff we normally use is fair game, like ls or cd, but there are ways to make the program more useful than ...
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.