Use this command to move files from folders two level deep to the current folder…
mv */*.* .
Byte sized tech know-how.
Use this command to move files from folders two level deep to the current folder…
mv */*.* .
Copyright © 2024 Txt
In Unix files don’t always have a . (dot) in them. You really should use ‘*/*’ to get all non-hidden files.