How to view .tar file in unix

Guys,
Could anyone let me know, how we can see the contents of .tar file without extracting it.

I know the extracting and combine options
Regards

tar -tvf name.tar

Thanks dude.... it works

Try man tar (or any command)
This will give you stacks of info about the command, .... and look at the examples. sometime's you get lucky.
You could also try man man.

cheers.:b: