Contribute/Volunteer

2023-05-27 Thread neimsaci
Hi NetBSD users, Can someone point me to the right direction? I want to contribute/volunteer for NetBSD, particulary, I am interested to learn how to perform security audits. Maybe someone is interested in making NetBSD to run on Purism Librem5? Thank you, Regards -- neims...@gmx.com Minelogic

Re: How to use the 'ls' -M flag?

2023-05-27 Thread RVP
On Fri, 26 May 2023, Michael Cheponis wrote: I'm having no success trying to get ls to print file sizes, using the -M flag. The `thousands separator' char. is locale-specific. In the default C/POSIX locale, it is "": $ locale -c thousands_sep LC_NUMERIC $ LC_NUMERIC=C locale -c

How to use the 'ls' -M flag?

2023-05-27 Thread Michael Cheponis
I'm having no success trying to get ls to print file sizes, using the -M flag. -MModifies the -l and -s options, causing the sizes or block counts reported to be separated with commas (or a locale appropriate separator) resulting in a more readable output.