RosettaCodeData/Task/Check-that-file-exists/UNIX-Shell/check-that-file-exists-1.sh
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

4 lines
64 B
Bash

test -f input.txt
test -f /input.txt
test -d docs
test -d /docs