04 Jun Move files from Folder 2 Levels Deep Use this command to move files from folders two level deep to the current folder… mv */*.* .
Mark - June 5, 2009 at 3:47 am In Unix files don’t always have a . (dot) in them. You really should use ‘*/*’ to get all non-hidden files. Reply
In Unix files don’t always have a . (dot) in them. You really should use ‘*/*’ to get all non-hidden files.