What, the pipe symbol? It's... pipe. It can be called other things, as
this article indicates, like, most simply, vertical bar, but those other names are stupid. It's a pipe.
- Code: Select all
ps -ef | less
That's a very common example of
piping one UNIX/Linux command to another, one of the uses of pipe.