New off topic forum

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements New off topic forum
# 1  
Old 06-05-2004
New off topic forum

we now have an off topic forum here : https://www.unix.com/what-is-on-your-mind-/?s=

everyone say thanks to Neo!Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. What is on Your Mind?

Programming Topic

Greetings friends, I was looking for something about <i>Lua Script Language<i/> and I didn'y find anything, and then I had a thought that It'd be easy if in the Programming Topic there are subtopics with is organized by programming languages. Just a thought (0 Replies)
Discussion started by: pharaoh
0 Replies

2. UNIX for Advanced & Expert Users

Advanced Search * View * Edit JAVA version to WORK in GLASSFISH Forum topic JAVA version

Would like to confirm the ff. I got confused actually with the version I needed to download that will work on glassfish 3.0.1 a. Debian Squeeze (HP DL360). Need to use java version6 On Debian, I did apt-get install sun-java6-jdk. So when I check it's java version "1.6.0_22" Java(TM) SE... (1 Reply)
Discussion started by: lhareigh890
1 Replies

3. Post Here to Contact Site Administrators and Moderators

How to close a topic?

No wonder that so few topics are closed. Looking for the fourth time as I do not find! (4 Replies)
Discussion started by: popescu1954
4 Replies
Login or Register to Ask a Question
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)