A
Size: a a a
D
F
EK
root@mpro-rt-1:~# mysql rtu -sNe "select REGEXP_REPLACE(dst_sip_router_address,'[;|\b|\t| |\r\n|\n]','\n') from mvts_gateway where gateway_name = 'Alaris routing server 2'"
10.240.0.5:5060\n\n\n10.240.0.6:5060\n\n\n10.240.0.7:5060\n10.240.0.1:5060\n\n\n\n10.240.0.8:5060
root@mpro-rt-1:~#
EK
EK
EK
аᶘ
аᶘ
EK
EK
root@mpro-rt-1:~# mysql -sNe "select 'anc\n123'"
anc\n123
root@mpro-rt-1:~# mysql -Ne "select 'anc\n123'"
+---------+
| anc
123 |
+---------+
root@mpro-rt-1:~# mysql -sNre "select 'anc\n123'"
anc
123
Лс
аᶘ
EK
In hwdisp_controller.sh line 30:
[[ $? != 0 ]] && echo "instance not started. exiting"|ts && exit 1
^-- SC2181: Check exit code directly with e.g. 'if mycmd;', not indirectly with $?.
EK