n***@outlook.com
2019-02-20 21:49:07 UTC
This post is only partially related to oberon.
--------------
I can't understand these people who claim `ls -t` is not needed ?!
If you're working in a Dir which has 50 files, some of them 5 years
old, OBVIOUSLY you want the 3 to 7 of the current job to be at the
TOP of the the list; or reversed order would still be usable.
Android, whos `ls -l` I can't paste here, has an extra problem:
that the drwx & lrwx entries have got the size-field missing.
So simply `sorting` on `cut -f N-M` is not helpful.
But I suspect that `awk` could do it?
Please advise.
--------------
I can't understand these people who claim `ls -t` is not needed ?!
If you're working in a Dir which has 50 files, some of them 5 years
old, OBVIOUSLY you want the 3 to 7 of the current job to be at the
TOP of the the list; or reversed order would still be usable.
Android, whos `ls -l` I can't paste here, has an extra problem:
that the drwx & lrwx entries have got the size-field missing.
So simply `sorting` on `cut -f N-M` is not helpful.
But I suspect that `awk` could do it?
Please advise.