Posted in Command Line, Linux Move files from Folder 2 Levels Deep Binny V A June 4, 2009 1 Comment on Move files from Folder 2 Levels Deep Use this command to move files from folders two level deep to the current folder… mv */*.* . Author: Binny V AA philosopher programmer who specializes in backend development and stoicism.
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.