我想從bash shell腳本中讀取並使用parameters.ini文件中指定的數據庫版本, ... #!/usr/bin/env bash cfg_parser () { ini="$(<$1)" # read the file ...
確定! 回上一頁