Replies: 1 comment 2 replies
-
|
This is to some degree expected - see #2218 (comment) Even though in this case it's plain text, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Comparing bat command to less command on huge file.
Show huge difference when navigating using keystroke of
"g"- top of file
"G"- end of file
command used:
$ seq 1 1000000 > tmp.txt
$ less -N tmp.txt
$ bat tmp.txt
Beta Was this translation helpful? Give feedback.
All reactions