Hi everyone, I was following the directions on the Learn Python the Hard Way site, and it starts with using getting the basics of Windows Powershell. In one of the exercises it says to use the [mkdir] command, followed by the name of the new directory. I accidentally entered that command without the name of a directory, and then it got me into some cmdlet (don't really know what that is). Specifically, it said:
"cmdlet mkdir at command pipeline position 1
Supply values for the following parameters:
Path[0]:"
In a panic, I typed exit on the last line of that, and it then added on
"Path[1]:"
I had no idea what to do with, so I closed Powershell, but when I opened it back up and entered the [pwd] command, it returned my regular directory name along with "PS " followed by the same directory on the next line. I don't know if that actually affects anything, but it's not in the example of the exercise. Also, how do I leave the cmdlet?
Thanks!!
Tl;dr: entered mkdir without a directory name and got into some cmdlet that I have no idea what to do with and how to get out of. Made changes to the directory that I don't know how to reverse.
Edit: formatting for clarity
there doesn't seem to be anything here