Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fs_apropos(1) [x11r4 man page]

FS_APROPOS(1)						       AFS Command Reference						     FS_APROPOS(1)

NAME
fs_apropos - Displays each help entry containing a keyword string SYNOPSIS
fs apropos -topic <help string> [-help] fs ap -t <help string> [-h] DESCRIPTION
The fs apropos command displays the first line of the online help entry for any fs command that has in its name or short description the string specified by the -topic argument. To display the syntax for a command, use the fs help command. OPTIONS
-topic <help string> Specifies the keyword string to match, in lowercase letters only. If the string is more than a single word, surround it with double quotes ("") or other delimiters. -help Prints the online help for this command. All other valid options are ignored. OUTPUT
The first line of a command's online help entry names it and briefly describes its function. This command displays the first line for any fs command where the string specified with the -topic argument is part of the command name or first line. EXAMPLES
The following command lists all fs commands that include the word "cache" in their names or short online descriptions: % fs apropos cache setcachesize: set cache size flush: flush file from cache getcacheparms: get cache usage info monitor: set cache monitor host address PRIVILEGE REQUIRED
None SEE ALSO
fs(1), fs_help(1) COPYRIGHT
IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved. This documentation is covered by the IBM Public License Version 1.0. It was converted from HTML to POD by software written by Chas Williams and Russ Allbery, based on work by Alf Wachsmann and Elizabeth Cassell. OpenAFS 2012-03-26 FS_APROPOS(1)

Check Out this Related Man Page

FS_APROPOS(1)						       AFS Command Reference						     FS_APROPOS(1)

NAME
       fs_apropos - Displays each help entry containing a keyword string

SYNOPSIS
       fs apropos -topic <help string> [-help]

       fs ap -t <help string> [-h]

DESCRIPTION
       The fs apropos command displays the first line of the online help entry for any fs command that has in its name or short description the
       string specified by the -topic argument.

       To display the syntax for a command, use the fs help command.

OPTIONS
       -topic <help string>
	   Specifies the keyword string to match, in lowercase letters only.  If the string is more than a single word, surround it with double
	   quotes ("") or other delimiters.

       -help
	   Prints the online help for this command. All other valid options are ignored.

OUTPUT
       The first line of a command's online help entry names it and briefly describes its function. This command displays the first line for any
       fs command where the string specified with the -topic argument is part of the command name or first line.

EXAMPLES
       The following command lists all fs commands that include the word "cache" in their names or short online descriptions:

	  % fs apropos cache
	  setcachesize: set cache size
	  flush: flush file from cache
	  getcacheparms: get cache usage info
	  monitor: set cache monitor host address

PRIVILEGE REQUIRED
       None

SEE ALSO
       fs(1), fs_help(1)

COPYRIGHT
       IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.

       This documentation is covered by the IBM Public License Version 1.0.  It was converted from HTML to POD by software written by Chas
       Williams and Russ Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.

OpenAFS 							    2012-03-26							     FS_APROPOS(1)
Man Page

5 More Discussions You Might Find Interesting

1. HP-UX

Getting Command line on HP-UX

Hello, I am using following call to get command line argument. pstat(PSTAT_GETCOMMANDLINE, pu, MAX_PATH_LEN, 1, m_ProcessStruct.pst_pid) Can anybody tell me what is the maximux size of command line arg that can be obtained with this call ? I have read in the release notes of HP-UX ... (2 Replies)
Discussion started by: rucha_mahajan
2 Replies

2. Shell Programming and Scripting

How to match a exact word in a variable ????

Hi All, Str="online maintenance" if then perform some action I know the above comparison is wrong ..... Actually I am very new to this solaris.. I want to check for online in a variable and perform some action based on that How can I do it? (6 Replies)
Discussion started by: vijaysachin
6 Replies

3. AIX

IBM DS8000 storage

Sorry Moderator, I know the topic is not allowed here but I couldnot find any other topics to get help from.. So I am interested if anybody knows software to monitor DS8000 storage performance etc. thanks in advance (1 Reply)
Discussion started by: Vit0_Corleone
1 Replies

4. Shell Programming and Scripting

SED Search in YouTube file not working.

Hi I've succesfully downloaded a HTML file from youtube (for a specific video id) I'm trying to use the SED command to search for double and single quotes and convert them to a line break (new line). However i'm getting end of file errors when I run this script, can someone help? I've... (7 Replies)
Discussion started by: colmbell
7 Replies

5. Shell Programming and Scripting

Search for last instance of word in a file

Hi I'm trying to search for the last instance of the word 'cache' in a HTML file that I have downloaded from YouTube. I'm using the following syntax, but an error is thrown when I try it. grep -f "cache" Also I wish to append the above grep command to the below so that the search for cache... (3 Replies)
Discussion started by: colmbell
3 Replies