4 lines
64 B
Bash
4 lines
64 B
Bash
test -f input.txt
|
|
test -f /input.txt
|
|
test -d docs
|
|
test -d /docs
|
test -f input.txt
|
|
test -f /input.txt
|
|
test -d docs
|
|
test -d /docs
|