Written by
in
A cat(1) clone with wings. https://github.com/sharkdp/bat 1,634 forks. 60,287 stars. 424 open issues. Recent commits: Merge pull request #3857 from MeGaurav4/masterfeat: implement `-b` / `–number-nonblank` for `cat -b` compatibility, GitHub Merge remote-tracking branch 'origin/master' into pr-3857, MeGaurav4 feat: implement `-b` / `–number-nonblank` for `cat -b` compatibilityAdds a `-b` / `–number-nonblank` flag that numbers only non-blanklines. Blank lines (those containing only the line terminator) areprinted without a number and don't advance the counter, matching`cat -b` behaviour.- `-b` implies `–style=numbers` (same as `-n`), but only counts non-blank lines- `-b` takes precedence over `-n`: both `-bn` and `-nb` behave like `-b`- `-bp` disables numbering (plain mode wins)- Works with files, stdin, and piped output (like `-n`)Closes #3856., MeGaurav4 Merge pull request #3876 from Matei02355/fix-log-syntax-performance-3866fix(syntax): avoid repeated log level scans, GitHub Merge branch 'master' into fix-log-syntax-performance-3866, GitHub
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use. To find out more, including how to control cookies, see here: Cookie Policy.
Leave a Reply