Sponsored Content
Full Discussion: Changing Man page output
Top Forums UNIX for Dummies Questions & Answers Changing Man page output Post 302432636 by Opy99 on Friday 25th of June 2010 03:09:51 PM
Old 06-25-2010
Thank you for the quick response. Is there any way to do this using only commands? I tried to cat the man file, thinking that that would display the entire file, but it would not work.
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how do you create a man page?

i've never done this before. i created a script that I placed in /usr/bin, but want to create a man page for it. i'm clueless thanks (3 Replies)
Discussion started by: theDirtiest
3 Replies

2. UNIX for Dummies Questions & Answers

adding a man page

I was wonderiong if ther is a way for a user to add a man page specific to thier account. similar to copying the .1 or .1.gz to /usr/share/man/man1 "cp *.1.gz /usr/share/man/man1". Except for using another folder as I don't have access to /usr/share/man/man1. I would think that this might involve... (1 Reply)
Discussion started by: jacob358
1 Replies

3. Red Hat

scp-1.2.27 man page

Hi Guys, I'm looking for the man page for scp version 1.2.27 I have an old redhat server that has a few large scripts that use this version and I want to know what the -A flag does and the man page is not on there. (4 Replies)
Discussion started by: Tornado
4 Replies

4. UNIX for Advanced & Expert Users

man page issue

Man page is not working my system. It is giving the following the following error > man ls gdbm fatal: read error with debug option > man -d ls ... .... ... ... using less as pager checking for locale en_US add_nls_manpath(): processing /usr/local/man:/usr/share/man:/usr/X11R6/man... (4 Replies)
Discussion started by: praveenkumar_l
4 Replies

5. Solaris

Unable to get help from man page

Help, it seem that i am unable to get man help form solaris 10. I am running SunOS unknown 5.10 Generic_120012-14 i86pc i386 i86pc when ever i try to man a command what i get is "No manual entry" like the one below. # man grep No manual entry for grep. # man ls No manual entry for ls.... (8 Replies)
Discussion started by: ezsurf
8 Replies

6. Solaris

man page question

What does the last change means in man page .. does that this man page has not been updated since 2003 or something else ? newfs-options The options are documented in the newfs man page. SunOS 5.10 Last change: 9 Dec 2003 1 System... (2 Replies)
Discussion started by: fugitive
2 Replies

7. OS X (Apple)

Changing OSX Terminal Man Page Colors

For a long time, when I type man anything on my Mac, both the manpage header fonts and the background was black, so I had to use my mouse to highlight the manpage output to read it. It was really annoying. The problem was the same both locally or using the terminal and going ssh somewhere. ... (1 Reply)
Discussion started by: Neo
1 Replies

8. UNIX for Dummies Questions & Answers

man page in MANPATH not found

dear unix experts, the 'man' command on my system isn't finding a manpage that is in a MANPATH directory, or even when I specify the path directly: 12:56pm ilya@node1390 /idi/sabetilab/ilya/usr/share/man $ man -M . xemacs No manual entry for xemacs 12:56pm ilya@node1390... (4 Replies)
Discussion started by: notestaff
4 Replies
news(1) 						      General Commands Manual							   news(1)

NAME
news - Writes system news items to standard output SYNOPSIS
news [-a|-n|-s] | [item...] The news command keeps you informed of news concerning the system. OPTIONS
Displays all news items, regardless of the currency time. The currency time does not change. Reports the names of current news items without displaying their contents. The currency time does not change. Reports the number of current news items without displaying their names or contents. The currency time does not change. DESCRIPTION
Each news item is contained in a separate file in the /usr/news directory. Anyone having read/write permission to this directory can cre- ate a news file. If you run the news command without any options, it displays the current files in /usr/news, beginning with the most recent. You can also specify the items you want displayed. Each file is preceded by an appropriate header. To avoid reporting old news, news stores a currency time. The news command considers your currency time to be the modification time of the file named $HOME/.news_time. Each time you read the news, the modification time of this file changes to that of the reading. Only news item files posted after this time are considered current. Pressing the Interrupt key sequence during the display of a news item stops the display of that item and starts the next. Pressing the Interrupt key sequence again ends news. Most users run news each time they log in by including the following line in their $HOME/.profile file or in the system's /etc/profile: news -n EXAMPLES
To display the items that were posted since you last read the news, enter: news To display all the news items, enter: news -a | pg This displays all the news items a page at a time, regardless of whether you have read them yet. To list the names of the news items that you have not read yet, enter: news -n Each name is a file in the /usr/news directory. To display specific news items, enter: news newusers services This displays news about newusers and services, which are names listed by news -n. To display the number of news items that you have not read yet, enter: news -s To post news for everyone to read, enter: cp schedule /usr/news This copies the file schedule into the system news directory ( /usr/news) to create the file /usr/news/schedule. To do this, you must have write permission for /usr/news. FILES
System profile. News files. Indicates the last time news was read. SEE ALSO
Commands: pg(1) news(1)
All times are GMT -4. The time now is 03:34 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy