fis(1)
– field isolator
#14
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What should the Bonsai equivalent look like? Ripped straight from POSIX? Or should there be improvements / simplifications?
The POSIX man page for cut(1) looks complex but not terrible to implement as-is.
we probably should not do these options for our cut-like:
these seem more suited to a matching tool or finding tool like a grep-like
(-d delimiter)
shouldn't be limited to one byte.cut -d " - "
should be possible.Rather than cut(1p), perhaps it should be fis(1) - field isolator.
cut(1)to `cut(1p)`-like`cut(1p)`-liketo `fis(1)` – field isolator