Hello,
I`am very new to powershell and im following a online crash course, so I can learn Python.
I was going really good for a beginner until I did this.
cd temp
new-item iamcool.txt -type file
ls
that worked fine and then I went to delete it but I didn't change one level up, now its saying
cmdlet remove-item at command pipeline position 1 supply values for the following parameters
path [0]
and I did a stupid thing now my screen looks like this
path[0] is
path[1] pwd
path[2] cd patrick
path [3] cd temp
path[4] help
path[5]
can you please help me restore my command line
Regards
Matthew