by shigemk2

当面は技術的なことしか書かない

findのメモ

find html -type f -name '*.class' -print | xargs ls -alF
find public_html -type d -print | xargs chmod 755 

むわっと。