Day2-Lab1-CLI Using the command line to do the following: Create a new directory and name it “LAB-1_CLI”. Go inside the “LAB-1_CLI” directory. Create a new file “whoAmI.txt”. Open the new file, and write an introduction about yourself. Then save the file. Show the content of the whoAmI.txt file. Create a directory and name it “DS”. Go inside the “DS” directory. Create a new file “toDelete1.txt” with the following text “hello everyone”. Create another file “toDelete2.txt”. Go outside the current folder. Back to the “Lab-1_CLI” directory Delete the directory “DS” and all the files inside it.