| (pronounced "pipe") is "OR" in many C-like programming and scripting languages.

In C (and others), || is Boolean OR, while | is bitwise OR.

And then there's, of course, the UNIX shell pipe character, and e2 pipe link convention.