Paketname | confget |
Beschreibung | read variables from INI-style configuration files |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.02-3 |
Sektion | text |
Priorität | optional |
Installierte Größe | 80 Byte |
Hängt ab von | libc6 (>= 2.3), libpcre3 (>= 7.7) |
Empfohlene Pakete | |
Paketbetreuer | Peter Pentchev |
Quelle | |
Paketgröße | 15608 Byte |
Prüfsumme MD5 | 9491e2d93189f25f0dccfc9ce3169ffb |
Prüfsumme SHA1 | 748ed15a33b3cf9324aef7fb887ff22c0c7e097f |
Prüfsumme SHA256 | 213f6d9890d64985090c6a1f1c1e1a027f0cc4825fb7f96ff598da22563e448a |
Link zum Herunterladen | confget_1.02-3_i386.deb |
Ausführliche Beschreibung | The confget utility examines a INI-style configuration file and retrieves
the value of the specified variables from the specified section.
Its intended use is to let shell scripts use the same INI-style
configuration files as other programs, to avoid duplication of data.
.
The confget utility may retrieve the values of one or more variables,
list all the variables in a specified section, list only those whose names
or values match a specified pattern (shell glob or regular expression), or
check if a variable is present in the file at all. It has a "shell-quoting"
output mode that quotes the variable values in a way suitable for passing
them directly to a Bourne-style shell.
|