|  | 
| 1 | 1 | # bash-ini-file | 
| 2 |  | -Extract keyvalues from section/keyword from INI-format (v1.4) file in bash | 
|  | 2 | +Extract keyvalues from section/keyword from [INI-format (v1.4)](https://cloanto.com/specs/ini/#escapesequences) file in bash. | 
| 3 | 3 | 
 | 
| 4 |  | -You got an INI file, I've got the bash script to get your settings. | 
|  | 4 | +You got an INI file, I've got the bash script to get your settings from. | 
| 5 | 5 | 
 | 
| 6 | 6 | Works with: | 
| 7 | 7 | 
 | 
| 8 | 8 | * systemd configuration file | 
| 9 | 9 | * NetworkManager configuration file | 
| 10 | 10 | * ifup/down configuration file | 
| 11 | 11 | * PHP configuration file | 
|  | 12 | +* Windows .INI | 
| 12 | 13 | 
 | 
| 13 | 14 | Treats no-section as '`[Default]`'; reads both sections together as one. | 
| 14 | 15 | 
 | 
|  | 
0 commit comments