Carlos & jdd, et al -- ...and then Carlos E. R. said... % % On Tuesday, 2018-01-23 at 23:08 -0500, David T-G wrote: % % >...and then jdd@dodin.org said... % >% % >% Le 23/01/2018 à 15:56, Carlos E. R. a écrit : % >% % >... % >% >find . -ls ... % >This won't work because -ls includes the inode number, which will not be ... % % Inode number is not the inode count, as in ls -l command? Correct; it is not that. % % OH, you mean the first number. Crumbs. Yep :-) % % cer@Telcontar:/home_aux/cer/Documents/benchmarking> find . -ls % 158907909 4 drwxr-xr-x 2 cer users 4096 Jan 11 11:20 . % 158907918 8 -rw-r--r-- 1 root root 4178 Jan 10 20:12 ./4.4.103-18.41-default.log ... % % Ok, then, adapting another example in the info find page, this: % % find -printf "%3n %-8u %-8g %8s %T+ %p\n->%l\0" | cat Interesting... Why bother to null-terminate if you aren't sending to xargs with -0? Although I do see a newline \n in there, so I really should try it ... later. % % (which fails on the '.' entry, by the way) Try find * .??* -printf ... to avoid it. [Hmmm... That might break on weird characters again.] Maybe find ./ -printf ... but I doubt it. Of course, you could always just jump past the first line, too, but that's cheating :-) % % % - -- Cheers, % Carlos E. R. HTH & HAND :-D -- David T-G See http://justpickone.org/davidtg/email/ See http://justpickone.org/davidtg/tofu.txt -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org