<?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>nixCraft &#187; command line options</title> <atom:link href="http://www.cyberciti.biz/tips/tag/command-line-options/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 03 Feb 2012 22:45:35 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Linux gperf C and C++ command line processing programming tutorial</title><link>http://www.cyberciti.biz/tips/c-cpp-gperf-tutorial-howtos.html</link> <comments>http://www.cyberciti.biz/tips/c-cpp-gperf-tutorial-howtos.html#comments</comments> <pubDate>Sun, 29 Jul 2007 18:36:00 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[C Programming]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[c library functions]]></category> <category><![CDATA[command line options]]></category> <category><![CDATA[development project]]></category> <category><![CDATA[gnu compilers]]></category> <category><![CDATA[gnu gperf]]></category> <category><![CDATA[gperf]]></category> <category><![CDATA[gperf examples]]></category> <category><![CDATA[hash functions]]></category> <category><![CDATA[strcmp]]></category> <category><![CDATA[strtok]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/c-cpp-gperf-tutorial-howtos.html</guid> <description><![CDATA[GNU 'gperf' generates perfect hash functions. If a long option shows an argument as mandatory, then it is mandatory for the equivalent short option also. Use this tutorial for effective command-line processing in your C/C++ code: Command-line processing is historically one of the most ignored areas in software development. Just about any relatively complicated software [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/c-cpp-gperf-tutorial-howtos.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Linux add ethtool duplex settings to a network card permanently</title><link>http://www.cyberciti.biz/tips/howto-linux-add-ethtool-duplex-settings-permanent.html</link> <comments>http://www.cyberciti.biz/tips/howto-linux-add-ethtool-duplex-settings-permanent.html#comments</comments> <pubDate>Thu, 28 Sep 2006 09:30:27 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[auto negotiation]]></category> <category><![CDATA[command line options]]></category> <category><![CDATA[duplex]]></category> <category><![CDATA[enterprise linux]]></category> <category><![CDATA[ethtool]]></category> <category><![CDATA[interface speed]]></category> <category><![CDATA[mii-tool]]></category> <category><![CDATA[network administrator]]></category> <category><![CDATA[network interface]]></category> <category><![CDATA[port speed]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-linux-add-ethtool-duplex-settings-permanent.html</guid> <description><![CDATA[I have already written about how to find and change your network interface speed (NIC), duplex or auto negotiate settings on Linux using ehttool command line options. However, these settings are not permanent. If you reboot the system or if you just need to upgrade/downgrade your port speed, run the ehtool command once your port [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/howto-linux-add-ethtool-duplex-settings-permanent.html/feed</wfw:commentRss> <slash:comments>32</slash:comments> </item> <item><title>How BASH Shell Command Search Sequence Works</title><link>http://www.cyberciti.biz/tips/an-example-how-shell-understand-which-program-to-run-part-ii.html</link> <comments>http://www.cyberciti.biz/tips/an-example-how-shell-understand-which-program-to-run-part-ii.html#comments</comments> <pubDate>Sat, 11 Feb 2006 03:15:00 +0000</pubDate> <dc:creator>linuxBot</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Shell scripting]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[aliases]]></category> <category><![CDATA[bash shell]]></category> <category><![CDATA[command line options]]></category> <category><![CDATA[hash command]]></category> <category><![CDATA[hash table]]></category> <category><![CDATA[shell command sequence]]></category> <category><![CDATA[shell hash table]]></category> <category><![CDATA[shell path settings]]></category> <category><![CDATA[type command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/an-example-how-shell-understand-which-program-to-run-part-ii.html</guid> <description><![CDATA[This article was organically contributed by monk. HASH tables and PATH is not the first method locating your program / executable files. Your program can be a shell function or builtin command or an alias. Here is the complete sequence adopted by BASH shell to execute your command: Before a command is executed REDIRECTION is [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/an-example-how-shell-understand-which-program-to-run-part-ii.html/feed</wfw:commentRss> <slash:comments>12</slash:comments> </item> <item><title>How Linux or UNIX Understand which program to run &#8211; PART I</title><link>http://www.cyberciti.biz/tips/how-linux-or-unix-understand-which-program-to-run-part-i.html</link> <comments>http://www.cyberciti.biz/tips/how-linux-or-unix-understand-which-program-to-run-part-i.html#comments</comments> <pubDate>Sat, 11 Feb 2006 02:59:00 +0000</pubDate> <dc:creator>linuxBot</dc:creator> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Shell scripting]]></category> <category><![CDATA[Solaris]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[aliases]]></category> <category><![CDATA[bash shell]]></category> <category><![CDATA[command line options]]></category> <category><![CDATA[etc passwd]]></category> <category><![CDATA[ls command]]></category> <category><![CDATA[redirection]]></category> <category><![CDATA[shell builtin]]></category> <category><![CDATA[type command]]></category> <category><![CDATA[whereis command]]></category> <category><![CDATA[which command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-linux-or-unix-understand-which-program-to-run-part-i.html</guid> <description><![CDATA[This article was organically contributed by monk. When you are logged in to a Linux server and you type a command. It is the responsibility of the shell to interpret your command. Here I will explain how BASH shell finds out which program to run. The method used by SHELL is straightforward but often creates [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/how-linux-or-unix-understand-which-program-to-run-part-i.html/feed</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Solaris tar command to backup data on tape device</title><link>http://www.cyberciti.biz/tips/solaris-tar-command-to-backup-data-on-tape-device.html</link> <comments>http://www.cyberciti.biz/tips/solaris-tar-command-to-backup-data-on-tape-device.html#comments</comments> <pubDate>Tue, 22 Mar 2005 17:28:00 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[Howto]]></category> <category><![CDATA[Solaris]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[archive tape]]></category> <category><![CDATA[c option]]></category> <category><![CDATA[command line options]]></category> <category><![CDATA[gnu tar]]></category> <category><![CDATA[rvf]]></category> <category><![CDATA[solaris tar]]></category> <category><![CDATA[sun solaris]]></category> <category><![CDATA[tape archive]]></category> <category><![CDATA[tape backup]]></category> <category><![CDATA[tar]]></category> <category><![CDATA[tar command]]></category> <category><![CDATA[tar cvf]]></category> <category><![CDATA[tar file]]></category> <category><![CDATA[tar xvf]]></category> <category><![CDATA[tarballs]]></category> <category><![CDATA[target directory]]></category> <category><![CDATA[tvf]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/solaris-tar-command-to-backup-data-on-tape-device.html</guid> <description><![CDATA[Tar name come from Tape ARchiver. It is both a file format and the name of the program used to handle such file. Tar archive files have names ending in ".tar". If an archive is compressed, the compression program adds its own suffix as usual, resulting in filename endings like ".tar.Z", ".tar.gz", and ".tar.bz2". Tar [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/solaris-tar-command-to-backup-data-on-tape-device.html/feed</wfw:commentRss> <slash:comments>19</slash:comments> </item> </channel> </rss>
