My choices are “less” and “wget” commands, and here are the links for these two commands:

http://www.gnu.org/software/less/

http://www.gnu.org/software/wget/

After downloaded and unzip the tarballs, they both need “configure” first, before we make the package.

time make for “less”

real    0m6.446s
user    0m5.641s
sys    0m0.755s

time make “wget”

real    0m3.135s
user    0m0.425s
sys    0m0.955s

These two commands are easy to build. However, I tested “less” command with the executable file, and I did not find the executable file for “wget” after build.