Hacker News new | ask | show | jobs
by kbd 2130 days ago
less is a program, why can’t you use it from nu?
1 comments

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.

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