ANSWERS: 2
-
It is used in some programming languages.
-
In shell scripting, it's called a pipe. All output of a command is past to the next command. Example, if I have a large number of files in a directory, I would type "ls -l | more" which means list long (then the pipe) stop every page of text.
Copyright 2023, Wired Ivy, LLC

by 