Input can be piped from the OS into the first parameter of a command like so:
Also make it so that if text is piped into the shell and there is no command specified, each line is executed as a command. In this case, suppress the banner and prompt, and exit the shell once the last command has been run so the output is nice and tidy.
Piping a single command
The above is the equivalent of
Multiple lines at once:
Gliffy Diagrams
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Input can be piped from the OS into the first parameter of a command like so:
Also make it so that if text is piped into the shell and there is no command specified, each line is executed as a command. In this case, suppress the banner and prompt, and exit the shell once the last command has been run so the output is nice and tidy.
Piping a single command
The above is the equivalent of
Multiple lines at once: