[dev env] How to write sh script - e-guy/e-guyNotes GitHub Wiki

ls */* | xargs -I file mv file ./
-I file参数指定输入的别名为file