This website requires JavaScript.
Explore
Help
Sign In
zhengchiliu
/
wiki
Watch
1
Star
0
Fork
0
You've already forked wiki
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
wiki
/
运维
/
操作系统
/
Linux
/
脚本
/
判断变量为空.sh
zhengchiliu
0a21a84531
从gitlab迁移
2025-01-02 10:46:09 +08:00
5 lines
52 B
Bash
Raw
Permalink
Blame
History
#!/bin/bash
if
[
!
$1
]
then
echo
"值为空"
fi
Reference in New Issue
View Git Blame
Copy Permalink