<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>EmbLogic &#187; help</title>
	<atom:link href="https://www.emblogic.com/blog/tag/help/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Tue, 03 Mar 2020 13:00:06 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>How to get help in Linux &#8211; Fedora</title>
		<link>https://www.emblogic.com/blog/02/how-to-get-help-in-linux-fedora/</link>
		<comments>https://www.emblogic.com/blog/02/how-to-get-help-in-linux-fedora/#comments</comments>
		<pubDate>Tue, 09 Feb 2016 14:54:58 +0000</pubDate>
		<dc:creator><![CDATA[Ankur Garg]]></dc:creator>
				<category><![CDATA[Shell Scripts]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[info]]></category>
		<category><![CDATA[info page]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[man]]></category>
		<category><![CDATA[man page]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.emblogic.com/blog/?p=13253</guid>
		<description><![CDATA[To get help in fedora ===================== To learn about any new command, function or utility in Fedora we can get help from it. It has 3 such commands :- i) man pages &#8211; These are manual pages . - It &#8230; <a href="https://www.emblogic.com/blog/02/how-to-get-help-in-linux-fedora/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>To get help in fedora<br />
=====================<br />
To learn about any new command, function or utility in Fedora we can get help from it.<br />
It has 3 such commands :-</p>
<p>i) man pages &#8211; These are manual pages .<br />
- It contains interface to online reference manuals<br />
- Press q to exit.<br />
- How to Use ( Command ) &#8211; man command_name<br />
- for all man pages of BASH shell, use<br />
man bash<br />
- It generally contains following information about command(command_name) :-<br />
* Name<br />
* Synopsis (Prototype)<br />
* Description (Options)<br />
* Author (author of command)<br />
* Reporting Bugs (Feedback emails/Website)<br />
* Copyright (copyright details)<br />
* See Also (for further reference of command)</p>
<p>ii) Info pages &#8211; Read info documents<br />
- It contains BASH manuals.<br />
- Press q to exit<br />
- How to Use (command) &#8211; info command_name<br />
- It contains information about :-<br />
* Prototype<br />
* Introduction<br />
* Options<br />
* Exit Status<br />
iii) help command<br />
- It gives basic help for using a command and its various options.<br />
- It gives output on Standard Output.<br />
- It do not require exit command.<br />
- How to Use (command) &#8211; help command_name<br />
- It contains following information about command (command_name) :-<br />
* Function of command<br />
* Options<br />
* Exit status</p>
<p>eg.<br />
man echo<br />
info echo<br />
help echo</p>
<p>- To check total no. of enteries in each of three<br />
I) type either of three (with space at end)<br />
II) Press tab button for 3-4 times.<br />
We will get the total number of possible options defined or list of them also.<br />
eg. (&lt;tab&gt; means Press tab button)<br />
man &lt;tab&gt;&lt;tab&gt;&lt;tab&gt;</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/02/how-to-get-help-in-linux-fedora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
