Run the given cmd/pipeline, and put it's output at the current cursor ___location:
:r ! <cmd>
Filter the whole buffer through the given cmd/pipeline:
:%! <cmd>
Filter a visual selection through the given cmd/pipeline:
make selection (with mouse if you have :set mouse=a or gvim, or with any of the variations on 'v'), then hit '!'
you will pop into a command line like this:
:'<,'>! <cmd>
'< is the beginning of the visual selection, and '> is the end.
When a company engages in systemic risk, it discounts that risk by the amount of the system the company doesn't occupy (e.g. if Goldman does something that will create a 10% chance of a $100 billion dollar loss, spread evenly across the financial industry as a whole, and if Goldman only makes up 5% of the industry, Goldman will only take into consideration a 10% chance at a $5 billion loss. The other $95 billion isn't their problem and their shareholders could sue members of the board if the board allowed the company to take it into account).
Because having higher I.Q.'s via Iodine couldn't possibly allow them to get more doctors per capita and reduce pain and suffering that way. Let me guess, you didn't get much Iodine as a kid.
Run the given cmd/pipeline, and put it's output at the current cursor ___location:
Filter the whole buffer through the given cmd/pipeline: Filter a visual selection through the given cmd/pipeline: make selection (with mouse if you have :set mouse=a or gvim, or with any of the variations on 'v'), then hit '!'you will pop into a command line like this:
'< is the beginning of the visual selection, and '> is the end.