How to use .properties file in shell script - Nitin Khola

How to use .properties file in shell script - Nitin Khola

瀏覽:1326
日期:2025-12-10
#this is a simple shell script which will use db details from app.properties file #!/bin/bash #loading app.properties file as a source file. /home/nitin/app.properties echo connecting to $dbhostname echo user name for db = $dbuser...看更多