Rulesets
Playground
Snippets
Search
Cookbooks
Docs
Documentation
Tutorials
Dark Mode
filesystem if path exists
0
0
l
lucycodes42
Shell public recipes
Shortcut:
if.path.exists
0 Comments
if [ -e "path" ]; then fi