There is a file post_check.ini I need the value set for:
post_check.ini
Max_value=2
How would I get the value 2 from Max_v
2
Max_v
Max_value=$(sed -n '/^Max_value=\([0-9]*\)$/s//\1/p' post_check.ini)