我正在阅读 bash 脚本,我不明白那里发生了什么。
#!/bin/sh [ x$1 = x ]
第二行是什么[ x$1 = x ] 意思?
[ x$1 = x ]
shell bash
bash ×1
shell ×1