Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Shell/Bash
bash flatten directory
J.Smith
Programming language:
Shell/Bash
2021-05-20 17:23:23
0
Q:
bash flatten directory
Edgaras Karka
Code:
Shell/Bash
2021-02-28 06:04:42
find /dir1 -mindepth 2 -
type
f -
exec
mv -t /dir1 -i
'{}'
+
1
Related
bash change to script directory
bash view the contents of a sqfs file
bash how to change all filenames in a directory
bash rename
bash rename file
bash get last field in line
bash how to print the directory structure in linux
display folder of path linux bashrc
bash profile alias
bash redirect stdout and stderr to the same file
New to Communities?
Join the community