Greetings,
I've been attempting to find a way to get ls()(1) to produce octal output, instead of symbolic output, e.g.;
could produce:
well not quite like that, but that would produce the octal/numeric properties/values (permissions). Any thoughts, or other commands I haven't thought of, that will give me the desired output I'm looking for?
Thank you for all your time, and consideration.
--Chris
UPDATE: I forgot to mention, my shell is csh().
I've been attempting to find a way to get ls()(1) to produce octal output, instead of symbolic output, e.g.;
Code:
# ls -l
-rw-r--r-- 1 root wheel 76 Mar 21 07:58 some.file
Code:
-46-4--4-- 1 root wheel 76 Mar 21 07:58 some.file
Thank you for all your time, and consideration.
--Chris
UPDATE: I forgot to mention, my shell is csh().