Re: Can the locate database / locate tool report file size?

2021-07-31 Thread Andreas Metzler
On 2021-07-31 Colin Williams wrote: > Can the locate database / locate tool be configured to report file size? Hello, The database only stores filenames. See locatedb(5). You could combine locate with xargs and e.g. ls to print more information on the matching files. ametzler@argenau:~$ locate

Can the locate database / locate tool report file size?

2021-07-31 Thread Colin Williams
Can the locate database / locate tool be configured to report file size?