michaeljustman
Member
Seriously, it's embarrassing to ask, and I have no idea how to search for this with Google I'm pretty comfortable with the linux terminal.
On Windows, I could move all the zip files starting with the letter A to a folder named A like so:
Linux I try:
No dice. What am I missing?
On Windows, I could move all the zip files starting with the letter A to a folder named A like so:
Code:
MOVE A*.zip A
Linux I try:
Code:
mv A*.zip ./A/
No dice. What am I missing?