Y
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
forbes
2130 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.
link
kbd
2129 days ago
`cat notes.txt | less` works fine for me in nu 0.18.1
link
scns
2130 days ago
Maybe file an issue?
link
This is possibly me just doing something wrong.