Get a web page through CLI

Is there a way we can get a web page through CLI on a unix machine? Please help!

not sure exactly what you mean but the wget and curl utilities are a good place to start looking.

lynx is also an option, but the real useful answer will depend on your requirements, as pointed above.

Thanks all. wget and lynx work very well.