argv=$(echo ${MOBILES} | sed “s/ /@@/g”)
| 1 2 3 4 |  | 
argv=$(echo ${MOBILES} | sed “s/ /@@/g”)
| 1 2 3 4 |  | 
含前二行 -B 2 (B:before)
| 1
 |  | 
含後二行 -A 2 (A:after)
| 1
 |  | 
| 1
 |  | 
I need to send “^[” command to the buffer. 
‘ctrl’ + ‘v’ + ‘[’ 
(with ‘ctrl’ being pressed)
| 1
 |  | 
-C 要大寫, 指定 output 到 /tmp/trully/test.tar 
ref : http://www.arthurtoday.com/2010/09/tar.html