/ Published in: Other
Expand |
Embed | Plain Text
[ -e FOO ] || [ -e BAR ] #since disk seeks are so expensive, use conditional format which is both portable and efficient
You need to login to post a comment.
[ -e FOO ] || [ -e BAR ] #since disk seeks are so expensive, use conditional format which is both portable and efficient
You need to login to post a comment.