why linux says cannot stat
- by asksuperuser
I am in some directory on my linux hosting. I want to move all files from relative subdir1 to dir2, dir2 being under root dir. So I type
mv ./subdir1/*.* ~/dir2/
but it doesn't work it says it
cannot stat './subdir1/*.*'