PTS_APROPOS(1) AFS Command Reference PTS_APROPOS(1)NAME
pts_apropos - Displays each help entry containing a keyword string
SYNOPSIS
pts apropos -topic <help string> [-help]
pts ap -t <help string> [-h]
DESCRIPTION
The pts apropos command displays the first line of the online help entry for any pts 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 pts 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
pts command in which the string specified by the -topic argument is part of the command name or first line.
EXAMPLES
The following command lists all pts commands that include the word "create" in their names or short descriptions:
% pts apropos create
creategroup: create a new group
createuser: create a new user
PRIVILEGE REQUIRED
None
SEE ALSO pts(1), pts_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 PTS_APROPOS(1)
Check Out this Related Man Page
PTS_APROPOS(1) AFS Command Reference PTS_APROPOS(1)NAME
pts_apropos - Displays each help entry containing a keyword string
SYNOPSIS
pts apropos -topic <help string> [-help]
pts ap -t <help string> [-h]
DESCRIPTION
The pts apropos command displays the first line of the online help entry for any pts 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 pts 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
pts command in which the string specified by the -topic argument is part of the command name or first line.
EXAMPLES
The following command lists all pts commands that include the word "create" in their names or short descriptions:
% pts apropos create
creategroup: create a new group
createuser: create a new user
PRIVILEGE REQUIRED
None
SEE ALSO pts(1), pts_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 PTS_APROPOS(1)
Although not strictly about the process of coding in C, this forum seemed the most appropriate for this topic. Apologies if that's not correct.
I have been contacted by one of my developers; they are receiving this error message on our AIX box:
4053: cc EXTRACT.c
1506-507 (W) No licenses... (1 Reply)
Hai,
Please let me know the command to delete the last 3 letters in every line of a file .The 3 letters vary from line to line.
Regards
suneetha. (1 Reply)
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)
hey, I'm trying to create the command that will create a file named user.txt that contains the output of the command cut -d: -f1,5 /etc/passwd, and displays itself afterwards.
I don't know how to bridge cat > user.txt with cut -d: -f1,5 /etc/passwd, or how display it afterwards. Any help would... (2 Replies)
I want to create a file explicitly from the command line without going in to the file directly just create it. Can I do that? Thanks in advance. (5 Replies)
I have a big database log file which keepsgrowing daily. OS is HP UX. Here is a small part of it:
Tue Jan 27 04:03:22 2009
: add session begin for mfgeb on /dev/pts/th.
: Converting relative path to absolute path.
: add session end.
Tue Jan 27 04:03:29... (6 Replies)
I think I know the answer but I'll ask and see if someone with more expertise can share new light on this topic: Does Ksh have the capability to create new threads (not processes) and/or offer some multiplexing on named pipes?
Thanks for your assistance!
~sreyes27 (2 Replies)
Hi All,
I want to remove last word from a line using Vi.
Do we have any vi command for that.
line : ss dd ff gg
i have to run some vi command which can delete gg from the line
Thanks,
Ravi Sadani (4 Replies)
I believe my apropos command is corrupt. Every time i invoke it the following happens... please see attached png file. Is there a way for me to reinstall or rebuild the apropos command? However, when I log on as a different user everything seems ok
I am currently running Free BSD (OS X)
... (3 Replies)
Hi friends,
i just want to know the command though which i can get the next word which comes just after a particluar keyword. For example:
suppose text.out is file which contains a pl/sql procedure . i want to find out the word which falls just after the "table1" keyword.
Thank... (7 Replies)
Hi All,
i have a folder in a server say xxx.xx.xx.xx\abcd\efgh. i want to make a cron job entry so that i would get a mail (me@example.com) on business days. will this help me...
30 4 * * 1-5 cd \abcd\efgh|ls-ltr|mailx:me@example.comhttps://www.unix.com/images/editor/code.png (10 Replies)
This could be a really dummy question.
I have a log text file.
What unix command to extract line from specific string to another specific string.
Is it something similar to?:
more +/"string" file_name
Thanks (4 Replies)
Hi Guys, I'm trying to work out how to add a command line argument inside single quotes. Would anyone be able to help please as I'm going mad :)
I want to be able to place the filename on command line and it then be used in a script but it needs to have quotes surrounding it.
Thanks in... (4 Replies)