To find more detailed explanations to the problems we'll be solving at this tutorial, click on the Bash and Powershell folders!
- Make a directory, and create a text file in that directory
- Print your username (without hardcoding the name), and then print the numbers 1 to 10
- Given two integers, find their sum, difference, product, and quotient
- Given two files, find the difference between the two and place the output into a new file
- Count the number of lines in an input file. Then count the total number of lines given multiple files.
- For each disk, report the percentage of space used
- Rename all files in a directory to be lowercase.
- CHALLENGE: Rename all files in a directory to be lowercase in a single command
- CHALLENGE: Get the list of processes, sort them in the descending order by CPU, select the top 10, then export to a .csv file
- CHALLENGE: Import the .csv file, select only the Name, CPU, and Path columns, sort by Path, then print the result
To help with these problems, here are some cheat sheets that will assist with getting basic Bash/PowerShell knowledge:
Bash
PowerShell