$ getconf BUFSIZ
getconf: Unrecognized variable 'BUFSIZ'
Is there a standard way to determine the BUFSIZ value from the shell? It’s enough to just write a simple C program to output the value, but I don’t quite understand why getconf does not.
source
share