gash/test/ifthenelse

2 lines
64 B
Plaintext

if test -e TOD; then echo exists; else echo "nope it don't"; fi