Provided by: linuxcnc-uspace_2.9.0~pre0+git20220402.2500863908-4build1_amd64
NAME
inivar - Query an INI file
SYNOPSIS
inivar -var <variable> {-sec <section>} {<-ini inifile>}
DESCRIPTION
inivar does stuff for LinuxCNC Prints to stdout the INI file result of a variable-in-section search, useful for scripts that want to pick things out of INI files. syntax: inivar -var <variable> {-sec <section>} {<-ini inifile>} Uses emc.ini as default. <variable> needs to be supplied. If <section> is omitted, first instance of <variable> will be looked for in any section. Otherwise only a match of the variable in <section> will be returned.
SEE ALSO
LinuxCNC(1) Much more information about LinuxCNC and HAL is available in the LinuxCNC and HAL User Manuals, found at /usr/share/doc/LinuxCNC/.
HISTORY
BUGS
None known at this time.
AUTHOR
This man page written by andypugh, as part of the LinuxCNC project.
REPORTING BUGS
Report bugs at https://github.com/LinuxCNC/linuxcnc/issues
COPYRIGHT
Copyright © 2020 andypugh. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.