Последняя активность 2 years ago

getall.sh Исходник
1#!/bin/bash
2find . -mindepth 2 -type f -print -exec mv {} . \;