find xargs
make rar
find . -type d | xargs -I {} rar a {}.rar {}
rename file or directory
find . -type d | sed 'p;s/default/var/g' | xargs -n2 mv
find . -type d | xargs -I {} rar a {}.rar {}
find . -type d | sed 'p;s/default/var/g' | xargs -n2 mv
Author And Source
この問題について(find xargs), 我々は、より多くの情報をここで見つけました https://qiita.com/junk616/items/23660f277bc86621e6f6著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .