Sponsored Content
Full Discussion: Man command
Top Forums UNIX for Dummies Questions & Answers Man command Post 8681 by rwb1959 on Tuesday 16th of October 2001 01:04:26 PM
Old 10-16-2001
You can also just do...

man whatever | cat

...by redirecting stdout, it will not try to format and page
to your terminal. Piping to cat will spit it out on your terminal.

I'm not sure why you want this though... Smilie
 

9 More Discussions You Might Find Interesting

1. Programming

man pages of any command from a c program in unix

i wanted to display the man pages of any command in unix from a c program.can some one help me plzzzzzz. (2 Replies)
Discussion started by: spanduu
2 Replies

2. Solaris

Creating a Man page for a command

Hi, I would like to develop a man page as the one we usually get when we execute man <command name>. This man page will be for a samll utility that i have written. If this is not possible then what are the available possibilites for creating such help. thanks in advance. (2 Replies)
Discussion started by: raghu.amilineni
2 Replies

3. Linux

man command

Hey people do u know how to disable the man command in linux??? i am not able to do anythg apart from disabling the permission for /usr/bin/... i dont wanna uninstall the man / man pages also... this has been one of the toughest challenges i have come across in linux... can anybody... (5 Replies)
Discussion started by: linux.user
5 Replies

4. Shell Programming and Scripting

Man command

How to get only the options and arguments of a command excluding the descriptive help? (1 Reply)
Discussion started by: mayur_verma
1 Replies

5. Homework & Coursework Questions

man command output to a txt file

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: I am trying to outut the man command output into a text file which will help me for future reference. 2.... (8 Replies)
Discussion started by: hariniiyer300
8 Replies

6. UNIX for Dummies Questions & Answers

Unix man command to find out month of the year?

how can i display month of the year i was born with using man command? thanks (2 Replies)
Discussion started by: janetroop95
2 Replies

7. UNIX for Dummies Questions & Answers

MAN command for various shells

Whenever I run manual page on a command I get information about arguments, syntax and so on. However, I wounder if that information is valid only for a certain shell and if yes, then for which one? In other words, would I have different man outputs for csh, ksh, bash and others? Thanks (7 Replies)
Discussion started by: rdogadin
7 Replies

8. Shell Programming and Scripting

Description of the option print0 in the command find (man page)

This is the description of the option -print0 fon the command find in the man page: What does the "True" in the first line of the description mean? (3 Replies)
Discussion started by: puertas12
3 Replies

9. UNIX for Beginners Questions & Answers

Using man command

hi linux expert how to use man command for get help about "extended regular expression"? many thanks samad (2 Replies)
Discussion started by: abdossamad2003
2 Replies
MAN(1)							      General Commands Manual							    MAN(1)

NAME
man, lookman - print or find pages of this manual SYNOPSIS
man [ option ... ] [ section ... ] title ... lookman key ... DESCRIPTION
Man locates and prints pages of this manual named title in the specified sections. Title is given in lower case. Each section is a num- ber; pages marked (2S), for example, belong to chapter 2. If no section is specified, pages in all sections are printed. Any name from the NAME section at the top of the page will serve as a title. The options are: -p Run proof(1) on the specified man pages. -t Run troff and send its output to standard output. -n (Default) Print the pages on the standard output using nroff. Lookman prints the names of all manual sections that contain all of the key words given on the command line. FILES
/sys/man/?/* troff source for manual; this page is /sys/man/1/man /sys/man/?/INDEX indices searched to find pages corresponding to titles /sys/lib/man/secindex command to make an index for a given section /sys/lib/man/lookman/index index for lookman SOURCE
/rc/bin/man /rc/bin/lookman SEE ALSO
proof(1) BUGS
The manual was intended to be typeset; some detail is sacrificed on text terminals. There is no automatic mechanism to keep the indices up to date. Except for special cases, it doesn't recognize things that should be run through tbl and/or eqn. MAN(1)
All times are GMT -4. The time now is 05:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy