move content including subfolders between folders in unix -
i have path contain folders , subfolders:
~/public_html/myfolder/myfolder/
how move content ~/public_html/myfolder/myfolder/
~/public_html/myfolder/
you can use:
mv ~/public_html/myfolder/myfolder/* ~/public_html/myfolder
run man mv
more details.
unix
No comments:
Post a Comment