RosettaCodeData/Task/Check-that-file-exists/UNIX-Shell/check-that-file-exists-1.sh
2023-07-01 13:44:08 -04:00

4 lines
64 B
Bash

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