|
|
|
|
|
by Wingy
1167 days ago
|
|
This should work in PowerShell on Windows or on other systems with a normal shell as long as your downloads folder is called Downloads and you don’t have a folder called old next to Downloads: mv Downloads old && mkdir Downloads && mv old Downloads This is assuming there aren’t any special permissions/attributes on Downloads |
|