最後活躍 1 year ago

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