Command-Line Basics
Open a tar file using the command line on Linux
Opening a tar
file on Linux couldn’t be easier. Navigate to the directory of your tar file and enter the following command: (more…)
Command-Line Basics
Create mulitple subdirectories using mkdir
Often times I am in need of creating a base directory which contains one or more sub directories. Of course, one could run the mkdir command for each and every directory you whish to create. Or you could use one command and have mkdir create all directories, including the base Read more…