mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
2 lines
60 B
Bash
2 lines
60 B
Bash
var2=`echo "hello world"|awk -F ' ' '{print $1}'`
|
|
echo $var2 |