<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Shell on bradleycarey.com</title>
    <link>https://bradleycarey.com/tags/shell/</link>
    <description>Recent content in Shell on bradleycarey.com</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sat, 02 Sep 2023 22:22:18 -0400</lastBuildDate>
    <atom:link href="https://bradleycarey.com/tags/shell/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Simple Java *nix shell (Proof of Concept)</title>
      <link>https://bradleycarey.com/posts/2012-08-23-simple-java-nix-shell-proof-of-concept/</link>
      <pubDate>Thu, 23 Aug 2012 22:26:54 -0400</pubDate>
      <guid>https://bradleycarey.com/posts/2012-08-23-simple-java-nix-shell-proof-of-concept/</guid>
      <description>&lt;p&gt;This is a very simple shell interface with a built-in history feature for use in your favorite *nix environment. This small project comes from a project in my Operating Systems class at Marshall University in which we were studying message passing models in modern OSs.&lt;/p&gt;&#xA;&lt;p&gt;It should work fine with any program that is defined in your system $PATH variable (usually /usr/bin, etc). If you type !!, it will re-run the previous command. Or n!, where n is the number of the previous command. To get a list of these previous commands and their corresponding numbers, use the ‘history’ command which will show you all of your previous entries.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
