mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-05 17:45:59 +08:00
2 lines
60 B
Bash
2 lines
60 B
Bash
|
|
var2=`echo "hello world"|awk -F ' ' '{print $1}'`
|
||
|
|
echo $var2
|