I want to pipe the selected text to a shell command and receive the one-line output from this shell command on the vim info/command line?
What I'm really trying to do: Pipe the selected text to a pastebin-type shell command and I want to receive the output of the shell cmd (which is the http link to the pastebin). Is this possible?
STDIN
to shell commands: Replacing the selected original text with the output and Piping to and from the shell, working with entire buffers – Berberidaceous