Skip to content

Instantly share code, notes, and snippets.

@ino46
Created February 13, 2011 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ino46/825214 to your computer and use it in GitHub Desktop.
Save ino46/825214 to your computer and use it in GitHub Desktop.
属性を変更したorされたファイル&ディレクトリを列挙
#!bin/sh
#シンボリックリンクを除外したかったけれど無理だったorz スマートな方法は無いかな
#以下ボツネタ
#find ! -type l -print0 | xargs -0 lsattr | grep -Ev '^-----------------e-'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment