xattr and acl support in ls

2014-04-21 Thread April Arcus
Feature request per @pixelbeat_ ( https://twitter.com/pixelbeat_/status/458221138964127745 ) Apple's fork of FreeBSD's ls supports the options -@ and -e to show extended attributes and access control lists, respectively: Zephyr:~ ril$ /bin/ls -lFh -e ~ total 2944 drwxr-xr-x4 ril staff

stat: clarify mtime vs ctime [patch]

2014-04-21 Thread Assaf Gordon
Hello, Would you be receptive to adding a tiny patch to 'stat' to clarify the difference between modification time and change time? Currently, it simply says: %y time of last modification, human-readable %Y time of last modification, seconds since Epoch %z time of last change,

Re: stat: clarify mtime vs ctime [patch]

2014-04-21 Thread Pádraig Brady
On 04/21/2014 08:14 PM, Assaf Gordon wrote: Hello, Would you be receptive to adding a tiny patch to 'stat' to clarify the difference between modification time and change time? Currently, it simply says: %y time of last modification, human-readable %Y time of last modification,

Re: xattr and acl support in ls

2014-04-21 Thread Pádraig Brady
Thanks for the details. I can see the usefulness of displaying all meta data together. I presume one can specify -e and -@ together also? More notes below... On 04/21/2014 07:49 PM, April Arcus wrote: Feature request per @pixelbeat_ ( https://twitter.com/pixelbeat_/status/458221138964127745 )