Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Deciphering a bash line - Kevin Powell - Community
KP-C
Kevin Powell - Community
•
4y ago
•
3 replies
Lofty!
Deciphering a bash line
What does this if condition mean
?
if [ -f "$dst" -o -d "$dst" -o -L "$dst" ]; then
if [ -f "$dst" -o -d "$dst" -o -L "$dst" ]; then
Kevin Powell - Community
Join
A friendly place for developers to meet other devs, ask questions, get help, and just have a good time 🙂.
36,263
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
bash wsl command not found
KP-C
Kevin Powell - Community / os-and-tools
2y ago
Piping in Bash (`echo "blah" | foo`)
KP-C
Kevin Powell - Community / os-and-tools
3y ago
Bash Script to use for git commits
KP-C
Kevin Powell - Community / os-and-tools
4y ago
Line wraps after comma CSS
KP-C
Kevin Powell - Community / os-and-tools
3y ago