organization

This commit is contained in:
wangchuxiao
2022-05-18 11:15:09 +08:00
parent c7b1d4514f
commit 9557baf22a
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
var2=`echo "hello world"|awk -F ' ' '{print $1}'`
echo $var2