<?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>Frequently Asked Questions About Linux / UNIX &#187; unix computer</title> <atom:link href="http://www.cyberciti.biz/faq/tag/unix-computer/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 03 Feb 2012 22:38:32 +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>What is Big Iron UNIX Computer?</title><link>http://www.cyberciti.biz/faq/bigiron-unix-systems/</link> <comments>http://www.cyberciti.biz/faq/bigiron-unix-systems/#comments</comments> <pubDate>Tue, 18 Nov 2008 18:06:26 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[AIX]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[big iron]]></category> <category><![CDATA[crays]]></category> <category><![CDATA[data processing systems]]></category> <category><![CDATA[early mainframes]]></category> <category><![CDATA[hacker]]></category> <category><![CDATA[ibm mainframes]]></category> <category><![CDATA[internet forum]]></category> <category><![CDATA[mainframe computer]]></category> <category><![CDATA[metal frames]]></category> <category><![CDATA[number crunching]]></category> <category><![CDATA[supercomputers]]></category> <category><![CDATA[unix computer]]></category> <category><![CDATA[unix mainframe]]></category> <category><![CDATA[unix system]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=2480</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/unix/' title='See all UNIX related articles/faq'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/unix-logo.gif' border='0' /></a></div> <span
style='color: rgb(255, 0, 0);'>Question:</span> Often I read about bigiron on mailing lists and the Internet forum. What is Big Iron and how it is related to UNIX system?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/bigiron-unix-systems/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Unpacking or uncompressing gz files under Linux and UNIX systems</title><link>http://www.cyberciti.biz/faq/unpacking-or-uncompressing-gz-files/</link> <comments>http://www.cyberciti.biz/faq/unpacking-or-uncompressing-gz-files/#comments</comments> <pubDate>Mon, 01 May 2006 20:22:00 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[cheat sheet]]></category> <category><![CDATA[command gzip]]></category> <category><![CDATA[command tar]]></category> <category><![CDATA[gunzip command]]></category> <category><![CDATA[gz file extension]]></category> <category><![CDATA[gz files]]></category> <category><![CDATA[gzip command]]></category> <category><![CDATA[modes]]></category> <category><![CDATA[tar gz]]></category> <category><![CDATA[unix command]]></category> <category><![CDATA[unix computer]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/unpacking-or-uncompressing-gz-files.php</guid> <description><![CDATA[Q. How do I open or uncompress .gz extension file under Linux or UNIX computer? A. The .gz file extension are created using Gzip program which reduces the size of the named files using Lempel-Ziv coding (LZ77). gunzip / gzip is software application used for file compression. gzip is short for GNU zip; the program [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/unpacking-or-uncompressing-gz-files/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>How to: Add or display today&#8217;s date from a shell script</title><link>http://www.cyberciti.biz/faq/bash-shell-script-how-to-add-todays-date/</link> <comments>http://www.cyberciti.biz/faq/bash-shell-script-how-to-add-todays-date/#comments</comments> <pubDate>Sat, 28 Jan 2006 15:50:00 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[admin user]]></category> <category><![CDATA[command substitution]]></category> <category><![CDATA[computer date]]></category> <category><![CDATA[echo command]]></category> <category><![CDATA[echo echo]]></category> <category><![CDATA[freebsd system]]></category> <category><![CDATA[host host]]></category> <category><![CDATA[host hostname]]></category> <category><![CDATA[jan 28]]></category> <category><![CDATA[linux freebsd]]></category> <category><![CDATA[operating systems]]></category> <category><![CDATA[sat jan]]></category> <category><![CDATA[shell script]]></category> <category><![CDATA[syntax]]></category> <category><![CDATA[unix computer]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/bash-shell-script-how-to-add-todays-date.php</guid> <description><![CDATA[Q. How can I display or show today's UNIX computer date from a shell script using echo command? How do I store date command output to a variable? A. Date command is use to print or set the system date and time under Linux/Unix like operating systems. However some time you need to include today's [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/bash-shell-script-how-to-add-todays-date/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> </channel> </rss>
