Utoljára aktív 1721070977

getall.sh Eredeti
1#!/bin/bash
2find . -mindepth 2 -type f -print -exec mv {} . \;