# getconf **Repository Path**: jinghao2020/getconf ## Basic Information - **Project Name**: getconf - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-28 - **Last Updated**: 2021-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # getconf A simple standalone [getconf(1)](http://pubs.opengroup.org/onlinepubs/9699919799/utilities/getconf.html) implementation created to be used in [Termux](https://termux.com). # Portability This implementation should be portable across different Unix-like systems. Contributions to support more are welcome. # Origins Taken from http://git.alpinelinux.org/cgit/aports/tree/main/musl/getconf.c and adopted for building on Android. Manpage taken from http://cvsweb.netbsd.org/bsdweb.cgi/src/usr.bin/getconf/getconf.1?only_with_tag=MAIN. # Authors Maintained by Fredrik Fornwall ([@fornwall](https://github.com/fornwall)) and [these fine people](https://github.com/termux/getconf/graphs/contributors) have contributed.