走る
~ master $ ls -l@
私は得る
total 3
drwx------+ 41 Masi staff 1.4K Jul 18 03:20 Downloads
drwxr-xr-x@ 18 Masi staff 612B Jul 14 10:41 Dropbox
com.apple.FinderInfo 32B
drwx------+ 54 Masi staff 1.8K Jul 4 20:35 Library
com.apple.FinderInfo は何らかのデータ構造のようです。
ls
' オプション @ は表示のみ
拡張属性キーとサイズを表示します。
ただし、次のようなデータ構造であることを示唆する32B の行が表示されます。
0000 00 00 00 00 00 00 00 00 00 00 FF FF FF FF 00 00 ................
0010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
ls -l@
がデータ構造を表示する理由を知りたいです。
ls -l@
が自宅のデータ構造を表示するのはなぜですか?