rccn-functions: Use "show channels as delim" in chans()
This commit is contained in:
parent
d52a68b9f4
commit
8372084c8b
1 changed files with 2 additions and 2 deletions
|
@ -15,10 +15,10 @@ waitfor0calls () {
|
||||||
chans () {
|
chans () {
|
||||||
while [ 1 == 1 ]
|
while [ 1 == 1 ]
|
||||||
do
|
do
|
||||||
_output=`fs_cli -x 'show channels' | csvcut -c 3,2,6,8,10,11,13,15,18 | csvlook -I`
|
_output=`fs_cli -x 'show channels as delim |' | csvcut -d\| -c 3,2,6,8,10,11,13,15,18 | csvlook -I`
|
||||||
clear
|
clear
|
||||||
echo "$_output"
|
echo "$_output"
|
||||||
sleep 1
|
sleep 0.5
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue