how to move dir/file in linux May 11, 2010 | Linux To move a dir/file in linux: mv ./sourceDir ./destDir …this moves the current sourceDir to a destination dir
Comments