我正在尝试读取一个包含以下字符串的文件in_file.ini:
67000 0 0 "La máquina debe de estar sin pieza"
67002 0 0 "Los Autocalibrados no están retrocedidos"
我希望获取" "之间的内容,并在输出文件out_file.ini上以某种方式以大写形式保存它
alm_siem_alarm0=LA MÁQUINA DEBE DE ESTAR SIN PIEZA
alm_siem_alarm1=LOS AUTOCALIBRADOS NO ESTÁN RE
我想编写一个shell脚本来运行这些命令。我通常使用如下命令从终端连接
//first go to the directory
cd /opt/novell/sentinel/3rdparty/postgresql/bin/
// then type following
export LD_LIBRARY_PATH=/opt/novell/sentinel/3rdparty/postgresql/lib/
// then fire following command
./psql --host 127.0.0.1 --port 5432