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