Sponsored Content
The Lounge What is on Your Mind? Answers to Recently Asked Questions about UNIX.COM Post 303030176 by bakunin on Thursday 7th of February 2019 02:11:56 AM
Old 02-07-2019
Quote:
Originally Posted by Neo
Is it okay to create a thread such as "What does this {i%*=} do?

Yes, is certainly OK to ask any technical question you wish about UNIX, Linux or any related technologies here. In general, questions like the one above in the question should be asked in the "beginners" forum. If possible, please minimize using code and special characters in the titles of discussions and use CODE tags and ICODE tags in your posts when posting code, code fragments, sample input, output and any text which not typical human conversation.
It is even more OK after having searched the forum archives for exactly this question. Chances are it has been answered over and over again. If one did in fact search and come up empty it is very helpful to say something to the effect of i searched for 'foo' and 'bar' but didn't find anything useful. Answers may include:

You should have searched for "blubb" instead which turned up <this link> and <that link>

or indeed a genuine new answer because the question has never been asked before. In both cases you take away something from it.

Before posting you might want to correct some typos:
Quote:
UNIX.COM was on of the first moderated forums
on => one

Quote:
This concept is a old and established as
a => as

Quote:
font families are sans-serif, for consistently and clarity.
consistently => consistency

bakunin

Last edited by bakunin; 02-07-2019 at 03:23 AM..
This User Gave Thanks to bakunin For This Post:
 

5 More Discussions You Might Find Interesting

1. Solaris

expecting answers for these questions?

hi all plese clarify me in the following area. 1. What is the default NFS version in solaris 5.10. If it is 3, then why it asks me to specify "-o vers=3" keyword while i am mounting a share from a RHEL 5.1 Server? 2. Can someone give the link to download packages for accessing "ntfs"... (4 Replies)
Discussion started by: kingston
4 Replies

2. Solaris

Please give answers for this interview questions

I was not able to get answers for these interview questions. It will be appreciable and useful if any one answers this questions. (5 Replies)
Discussion started by: Sesha
5 Replies

3. Post Here to Contact Site Administrators and Moderators

Eric's Questions and Answers Blog

I hope this is ok so I will ask if I may use this thread to ask questions about programming. May I use this thread to ask questions and answer questions? If the answer is yes, this is a thread made for minimizing the amount of threads I post to ask questions about programming. Please feel... (3 Replies)
Discussion started by: Errigour
3 Replies

4. UNIX for Advanced & Expert Users

Interview questions and answers on HP Unix administration

Hi, Can some body help me to get Interview questions and answers on HP Unix administration? Thanks Krsnadasa (1 Reply)
Discussion started by: krsnadasa
1 Replies

5. UNIX for Beginners Questions & Answers

Answers for few objective questions.

Hi Unix geniuses, I need your help for the answers of few objective Q&A. i dont know if my answers are correct or not. So i really need your help to provide the answers which will help me in unix programming. (1 Reply)
Discussion started by: Vivekit82
1 Replies
QUIZ(6) 							 BSD Games Manual							   QUIZ(6)

NAME
quiz -- random knowledge tests SYNOPSIS
quiz [-t] [-i file] [question answer] DESCRIPTION
The quiz utility tests your knowledge of random facts. It has a database of subjects from which you can choose. With no arguments, quiz displays the list of available subjects. The options are as follows: -t Use tutorial mode, in which questions are repeated later if you didn't get them right the first time, and new questions are presented less frequently to help you learn the older ones. -i Specify an alternative index file. Subjects are divided into categories. You can pick any two categories from the same subject. quiz will ask questions from the first cate- gory and it expects answers from the second category. For example, the command ``quiz victim killer'' asks questions which are the names of victims, and expects you to answer with the cause of their untimely demise, whereas the command ``quiz killer victim'' works the other way around. If you get the answer wrong, quiz lets you try again. To see the right answer, enter a blank line. Index and Data File Syntax The index and data files have a similar syntax. Lines in them consist of several categories separated by colons. The categories are regular expressions formed using the following meta-characters: pat|pat alternative patterns {pat} optional pattern [pat] delimiters, as in pat[pat|pat]pat In an index file, each line represents a subject. The first category in each subject is the pathname of the data file for the subject. The remaining categories are regular expressions for the titles of each category in the subject. In data files, each line represents a question/answer set. Each category is the information for the question/answer for that category. The backslash character (``'') is used to quote syntactically significant characters, or at the end of a line to signify that a continuation line follows. If either a question or its answer is empty, quiz will refrain from asking it. FILES
/usr/share/games/quiz.db The default index and data files. BUGS
quiz is pretty cynical about certain subjects. BSD
May 31, 1993 BSD
All times are GMT -4. The time now is 02:34 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy