I have pictures from Picture_1.png to Picture_77.png in my Desktop.
I am now at a folder called Pictures in terminal. I would like to move the pictures to the folder where I am at the moment.
I tried the following code unsuccessfully
mv Picture_[1-77].png
I am not sure what I should add for the target folder because I am at the target folder.
How can you solve the problem?