<?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>Notes from the mousepad &#187; Scripting</title>
	<atom:link href="http://j1m.net/category/scripting/feed/" rel="self" type="application/rss+xml" />
	<link>http://j1m.net</link>
	<description>user help, free and open source</description>
	<lastBuildDate>Fri, 30 Mar 2012 02:57:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>The joys of shell coding, and tagging other people&#8217;s blogs</title>
		<link>http://j1m.net/2007/03/26/the-joys-of-shell-coding-and-tagging-other-peoples-blogs/</link>
		<comments>http://j1m.net/2007/03/26/the-joys-of-shell-coding-and-tagging-other-peoples-blogs/#comments</comments>
		<pubDate>Tue, 27 Mar 2007 00:26:33 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://j1m.net/?p=18</guid>
		<description><![CDATA[I ambled about outside yesterday for a little while, enjoying the freakness of a 70+ degree day at the end of March in Chicago. I didn&#8217;t just wander about aimlessly, though. I had my backpack on, and I had a mission. My mission was to go to a coffee shop and read up on an [...]]]></description>
			<content:encoded><![CDATA[<p>I ambled about outside yesterday for a little while, enjoying the freakness of a 70+ degree day at the end of March in Chicago. I didn&#8217;t just wander about aimlessly, though. I had my backpack on, and I had a mission.</p>
<p>My mission was to go to a coffee shop and read up on an ebook that I have that delves into shell scripting. At this point in my evolution of Linux-geek related knowledge, shell scripting is for me.</p>
<p>See, it builds off of what I already know, and moves onto what I don&#8217;t know without too much of a leap. For example, if you&#8217;re using the bash shell, just type &#8220;history&#8221; and hit enter. What happens?</p>
<p>That&#8217;s right, you see a list of the commands that you&#8217;ve entered. Now, let&#8217;s say you look through the list, and you see a prior command that you&#8217;ve entered that you want to enter again. For me, let&#8217;s say I want to use command number 283, &#8220;sudo apt-get update &amp;&amp; sudo apt-get dist-upgrade.&#8221; All I have to do to make that shell command run again is enter</p>
<p>!283</p>
<p>press the enter key, and I&#8217;m off to the races. (Oh, wait, I guess I also have to enter my password for that command to work, but you get the idea.)</p>
<p>There is a lot more to shell scripting than what I&#8217;ve just described, but it is neat to start to learn some of the tricks of the shell.</p>
<p>Before I close, apparently I have been &#8220;tagged,&#8221; by a fellow ubuntu-chicago member, and I need to tag a few other people back. Ok, so here goes. I&#8217;ve been tagged by Kubuntu/KDE diehard Richard Johnson (aka nixternal), and I&#8217;m going to tag fellow Chicago-Ubuntu member Andrew Bassett, who helped me to get my wifi working on Xubuntu at our Chi-Ubuntu meeting, and Michael Stemle (aka manchicken), who is a nice guy and who knows a lot about AJAX.</p>
<p>So, Andrew, Michael . . . you&#8217;re it. Now you have to tag two other people. <img src='http://j1m.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://j1m.net/2007/03/26/the-joys-of-shell-coding-and-tagging-other-peoples-blogs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.285 seconds -->

