Discover Packages
github.com/pborman/ibc
command
module
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Dec 12, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
ibc
Version of bc that also display its input. Useful from vi by using !}ibc
within vi.
For example, using !}ibc
with the cursor place on the first line of:
obase=13
6*9
will result in the output of
obase=13
6*9
42
Expand ▾
Collapse ▴
Documentation
¶
Program ibc operates like the program bc but also copies standard input to
standard output. This is useful in vi by using "!}ibc" to process a
paragraph of input without losing the input.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.