getall.sh
· 62 B · Bash
Неформатований
#!/bin/bash
find . -mindepth 2 -type f -print -exec mv {} . \;
| 1 | #!/bin/bash |
| 2 | find . -mindepth 2 -type f -print -exec mv {} . \; |