🌈 搜索
📅  最后修改于: 2022-03-11 14:48:53.349000             🧑  作者: Mango
#!/bin/bash if [ -e x.txt ] then echo "ok" else echo "nok" fi