Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
06-04-2004, 05:57 PM
|
#1
|
|
Member
Registered: Apr 2004
Distribution: Fedora Core 3
Posts: 73
Rep:
|
What are those double-dash (--) options in man?
When I look at man pages, most commands seem to have some options listed with a double dash "--" in front of them.
For instance, man rpm lists options:
--quiet Print as little as possible
-v Verbose
Why does the Verbose option use one dash but the Quiet option use two?
Thanks in advance,
Utah
|
|
|
|
06-04-2004, 06:10 PM
|
#2
|
|
Moderator
Registered: Nov 2002
Location: Kent, England
Distribution: Lubuntu
Posts: 19,088
|
As far as I can tell, switches that use a letter (like -a) only need a dash, but those that use a word, don't. But I have no idea why - probably something from Unix.
|
|
|
|
06-04-2004, 06:19 PM
|
#3
|
|
Senior Member
Registered: Dec 2001
Location: 35.7480° N, 95.3690° W
Distribution: Debian, Gentoo, Red Hat, Solaris
Posts: 2,070
Rep:
|
They are gnu additions to the options to make some of them clearer. The man pages in Slackware make a distinction between industry standard POSIX options and the gnu ones each being under their own section.
|
|
|
|
06-04-2004, 06:23 PM
|
#4
|
|
Moderator
Registered: Nov 2002
Location: Kent, England
Distribution: Lubuntu
Posts: 19,088
|
You live and learn 
|
|
|
|
06-04-2004, 10:53 PM
|
#5
|
|
Member
Registered: Aug 2003
Location: Akron, OH
Distribution: SuSE 8.2, Slackware current, OpenBSD 3.5-3.8, Fedora Core 2
Posts: 400
Rep:
|
I think additionally that single character options can be strung together on a single '-'.
For example...
tar -xvzf source.tar.gz
instead of (but is functionally the same as)
tar -x -v -z -f source.tar.gz
'--' options are actually single options that are more than one letter.
So...
tar --xvzf source.tar.gz
would actually force the tar program to look for a single option named 'xvzf'.
You can also mix and match, such as
ls -al --co
which will list all (-a) of the contents of the current directory in long (-l) format and apply color (--co) to the display based on the type of file listed on the screen.
Hope that helped.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 10:14 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|