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