Table of Contents
Bash - Ini file
About
Key Value - Ini file
in bash
Management
Get value
value=`cat ${PROPERTIES_FILE} | grep key= | cut -d '=' -f 2`