Sponsored Content
Full Discussion: Online Tutorials
Top Forums UNIX for Dummies Questions & Answers Online Tutorials Post 4692 by kmugglet on Monday 30th of July 2001 09:54:01 AM
Old 07-30-2001
Power Online Tutorials

Does anyone know of any decent online tutorials with regard to Solaris and/or Oracle, currently I'm just hamming my way through but would like to get some more in depth knowledge of the subjects.

And as I'm sat at work all day with nothing to do, I thought I'd give the old brain a workout before it turns to jelly

 

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

tutorials

i just got used to some basic unix commands etc i wanted to learn shell programming i bought the book but it looks like full of command reference and doesn't teach how to do shell scripting any good ones in this site or over the web . thank you siva (1 Reply)
Discussion started by: siva_jm
1 Replies

2. Tips and Tutorials

Welcome to Tips and Tutorials

Tips and Tutorials was created partially as an overflow from our Answers to Frequently Asked Questions. We noticed that some of the info in that forum did not really answer a question that is frequently asked. We want to keep the FAQ forum small so that it is easily browsed. Also, a few users... (0 Replies)
Discussion started by: Perderabo
0 Replies

3. Linux

RHCE tutorials

Does anyone here who is an RHCE already? Do you have tutorials for this? (0 Replies)
Discussion started by: invinzin21
0 Replies

4. UNIX for Advanced & Expert Users

AutoSys Tutorials

Hi, Where can I find a good AutoSys User Guide so that I can get all the details on those AutoSys commands like "sendevent" and "autorep"? Thanks a lot in advance. (6 Replies)
Discussion started by: cpm189
6 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 03:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy