Tiny Core Extensions > TCE 2.x
less
(1/1)
Jason W:
Thanks to bmarkus for:
--- Code: ---Title: less-doc.tcz
Description: Similar to more with backward and forward movement
Version: 418
Author: Various
Original-site: http://ftp.gnu.org/gnu/less/
Copying-policy: GPL v3
Size: 33k
Extension_by: bmarkus
Comments: GNU version replacing BusyBox equivalent in base
----
Doc files only
----
Compiled for TC2.x
----
PPI compatible
Change-log: ----
Current: 2010/02/27 First version
--- End code ---
--- Code: ---Title: less.tcz
Description: Similar to more with backward and forward movement
Version: 418
Author: Various
Original-site: http://ftp.gnu.org/gnu/less/
Copying-policy: GPL v3
Size: 66k
Extension_by: bmarkus
Comments: GNU version replacing BusyBox equivalent in base
----
Binaries only
----
Compiled for TC2.x
----
PPI compatible
Change-log: ----
Current: 2010/02/27 First version
--- End code ---
markotitel:
Hi, I noticed something about less command, at least in my installation.
When I try
--- Code: ---ls --help | less
--- End code ---
I get blank screen, like all help options for LS are scrolled up and i cant scroll to see them.
gerald_clark:
less only works for files or stdin.
It will not work with stderr.
try:
ls --help 2>&1 | less
markotitel:
what 2>&1 do?
^thehatsrule^:
It redirects stderr to stdout.
Navigation
[0] Message Index
Go to full version