for f in `find . -name "*.*"` ; do for attr in `xattr $f` ; do xattr -d $attr $f ; done ; done
それだけなんですけどね。よく使うし。
詳細は下記が詳しいです。
We'll deliver articles that match you.
You can read useful information later.
Go to list of users who liked
More than 5 years have passed since last update.
for f in `find . -name "*.*"` ; do for attr in `xattr $f` ; do xattr -d $attr $f ; done ; done
それだけなんですけどね。よく使うし。
詳細は下記が詳しいです。
Register as a new user and use Qiita more conveniently
Qiita Advent Calendar is an article posting event where you post articles by filling a calendar 🎅
Some calendars come with gifts and some gifts are drawn from all calendars 👀
Please tie the article to your calendar and let's enjoy Christmas together!
Go to list of users who liked