Mike Manchester wrote:
> I moved a file with the following command. Thinking it would
> move the file to my current working dir.
> mv /path/*.zip
> Is there anyway to get these files back? They aren't in my
> current working dir as I would have expected (with dos anyway).
You should have gotten a syntax error and the files weren't moved.
Check the path again, they should still be there.
Now use:
mv /path/*.zip .
-- TheBS
-- Bryan "TheBS" Smith mailto:b.j.smith@ieee.org chat:thebs413 Engineer AbsoluteValue Systems, Inc. http://www.linux-wlan.org President SmithConcepts, Inc. http://www.SmithConcepts.com ------------------------------------------------------------------ Those living in the US who consider the American flag to be a sym- bol of oppression obviously fail to understand what the word means
This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 15:24:38 EDT