Wildcard usage inside in the IF condition in shell script

前端 未结 0 649
走了就别回头了
走了就别回头了 2020-12-12 20:44

I have code like this :

OS_VERSION=hostnamectl | grep "Operating " | awk -F : \'{printf $2}\' | awk \'{printf $2}\'

if [ "$OS_VER

相关标签:
回答
  • 消灭零回复
提交回复
热议问题