标签: bash shell
我需要适用于MacOS和Linux的东西。 如果我用这个:
touch myfile.lock; echo $?
它将始终以0退出。 如果文件已经存在,我需要一个失败的命令。我可以使用什么?