2022-05-18 11:15:09 +08:00

2 lines
60 B
Bash

var2=`echo "hello world"|awk -F ' ' '{print $1}'`
echo $var2