why linux says cannot stat
Posted
by asksuperuser
on Super User
See other posts from Super User
or by asksuperuser
Published on 2010-04-10T18:26:38Z
Indexed on
2010/04/10
18:33 UTC
Read the original article
Hit count: 399
linux
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/*.*'
© Super User or respective owner