9 Apr
2010
9 Apr
'10
07:24
On Thu, 08 Apr, 2010 at 17:20:10 +0200, Istvan Gabor wrote:
2010. április 7. 18:15 napon Phil Savoie <psavoie1783@rogers.com> írta:
Hi Istvan,
You can by using a combination of ls and awk:
ls -l | awk '{ print $2, $5, $6, $7, $8, $9 }'
Thank you. I thought there would be a combination of options that would give the same result.
Istvan
I don't see a way with 'ls' alone. Depending on the purpose, you might have a look at 'stat' instead: /usr/bin/stat --printf "%s\t%y\t%n\n" * will give you "size (in bytes)", "modify time (with 9 decimal places of... 'ticks'?), "filename" /jon -- YMMV -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org