Closed andrewcrook closed 2 years ago
it would be useful to have the option to have Octal permissions
equivalent example (gstat = GNU version) >> gstat -c '%A %a %n' ~ drwxr-x--- 750 /Users/andrew
>> gstat -c '%A %a %n' ~
drwxr-x--- 750 /Users/andrew
For example this could be implemented as
>> exa --no-permissions -octal 750 /Users/Andrew
>> exa --permissions -octal or exa -octal drwxr-x--- 750 /Users/andrew
--octal-permissions seems to do exactly what you want.
--octal-permissions
oh okay, many thanks for that
it would be useful to have the option to have Octal permissions
equivalent example (gstat = GNU version)
>> gstat -c '%A %a %n' ~
drwxr-x--- 750 /Users/andrew
For example this could be implemented as