Hacker News new | ask | show | jobs
by forbes 2125 days ago
If you use less with a filename, it will work. I normally pipe things to less which doesn't seem to work for me in nu. less shows an empty input.

This is possibly me just doing something wrong.

2 comments

`cat notes.txt | less` works fine for me in nu 0.18.1
Maybe file an issue?