I am able to move files one directory up by using the following command:
mv * ..
but is there a way to move files two directories up?
|
I am able to move files one directory up by using the following command:
but is there a way to move files two directories up? | |||||||||
feedback
|
This question came from our site for professional and enthusiast programmers.
|
I may be missing something obvious here, but I'm pretty sure you can do:
To move something up two directories | |||
|
feedback
|
|
Try this to move two files direcories up
| |||
feedback
|