For the sake of avoiding eyestrain, I'm trying to modify my ls(1) alias such that listings will have the file sizes delimited in thousands..
Supposedly, the -, switch will do the job, but only if thousands_sep is defined in the locale.
I followed the instructions for setting up locale values in /etc/login.conf, where thousands_sep was listed but undefined. First I tried a literal comma and when that didn't work, the ascii value (0x2C). I remembered to call
Is there some magic I still need to do?
Supposedly, the -, switch will do the job, but only if thousands_sep is defined in the locale.
I followed the instructions for setting up locale values in /etc/login.conf, where thousands_sep was listed but undefined. First I tried a literal comma and when that didn't work, the ascii value (0x2C). I remembered to call
cap_mkdb /etc/login.conf
both times, and rebooted, but I'm still not getting the separators. Is there some magic I still need to do?
Last edited by a moderator: