<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter posts tagged with command</title>
      <link>http://ask.metafilter.com/tags/command</link>
      <description>tag posts with command</description>
	  	  <pubDate>Mon, 06 Oct 2008 10:05:17 -0800</pubDate>
      <lastBuildDate>Mon, 06 Oct 2008 10:05:17 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>What is the linux command &apos;dt&apos;?</title>
	<link>http://ask.metafilter.com/103537/What-is-the-linux-command-dt</link>	
	<description>Obscure linux/unix text processing command: what is &apos;dt&apos;? I&apos;m trying to figure out what one of my boss&apos;s data analysis scripts is doing, and I&apos;m hung up on this weird little command called dt.  There aren&apos;t any man or help pages for it, and googling around hasn&apos;t come up with anything.  &lt;br&gt;
&lt;br&gt;
The script I&apos;m looking at reads in a formatted data file (&apos;tmp&apos;) with X numbers of columns.  Each row is a consecutive point in time.  The line I&apos;m stuck on reads as follows:&lt;br&gt;
&lt;br&gt;
cat tmp | dt t 1 t 2 t 3 d 12&lt;br&gt;
&lt;br&gt;
The numbers specify columns, but I&apos;m not entirely sure what the &apos;t&apos; and &apos;d&apos; arguments are doing there.  I suspect the script is sorting the data in some fashion, and I could figure it out eventually (or, god forbid, ask the boss), but I&apos;d like to know what the command is and where I can find more information about it.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.103537</guid>
	<pubDate>Mon, 06 Oct 2008 10:05:17 -0800</pubDate>

<category>linux</category>

<category>unix</category>

<category>text</category>

<category>data</category>

<category>script</category>

<category>analysis</category>

<category>command</category>

	<dc:creator>logicpunk</dc:creator>
	</item>
	<item>
	<title>GeekTool issues</title>
	<link>http://ask.metafilter.com/100517/GeekTool-issues</link>	
	<description>Get GeekTool to print in columns? I&apos;m using GeekTool to print song lyrics on my desktop, with the following command:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;osascript -e &apos;&apos;&apos;tell application &quot;iTunes&quot; to set currentLyrics to the lyrics of the current track&apos;&apos;&apos;&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
However, this prints everything in one long column. How can I get GeekTool to print excess output in a second (or even third) column?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.100517</guid>
	<pubDate>Sat, 30 Aug 2008 18:44:33 -0800</pubDate>

<category>geektool</category>

<category>mac</category>

<category>osx</category>

<category>command</category>

<category>column</category>

<category>lyric</category>

<category>text</category>

<category>song</category>

<category>output</category>

<category>screen</category>

	<dc:creator>djgh</dc:creator>
	</item>
	<item>
	<title>Looking for a word to train my dog to come to, besides the obvious</title>
	<link>http://ask.metafilter.com/96492/Looking-for-a-word-to-train-my-dog-to-come-to-besides-the-obvious</link>	
	<description>I need a unique and amusing word to train my dog to come to, besides the word &quot;come&quot;.  Any ideas? I&apos;m in a dog training class, and this week we&apos;re learning the &quot;Really Reliable Return&quot;.  For some reason they don&apos;t want us to use &quot;come&quot; for this exercise--they say we should come up with a word that is unique to us and our dog.  (The theory is we&apos;re supposed to get her thinking that when and only when we say that word she gets the super awesome treat she never gets any other time, and therefore she&apos;ll really come when we say that word).&lt;br&gt;
&lt;br&gt;
The trainers gave examples of previous students using words like &quot;Skittles&quot;, or &quot;Pickles&quot;... but I really don&apos;t want to be that guy in the dog park yelling &quot;PUDDING!&quot; at his dog, so I&apos;m looking for creative alternatives.&lt;br&gt;
&lt;br&gt;
What are some good words that would be funny to have a dog come to?  I was thinking about using synonyms of come (surprisingly little of those, though) or &quot;come&quot; in another language, or perhaps something like &quot;hither&quot;.  I&apos;m sure you can top those ideas, though, right?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.96492</guid>
	<pubDate>Sun, 13 Jul 2008 15:36:11 -0800</pubDate>

<category>dog</category>

<category>training</category>

<category>come</category>

<category>command</category>

	<dc:creator>jeffxl</dc:creator>
	</item>
	<item>
	<title>How best to take discreet private notes on a not so private computer?</title>
	<link>http://ask.metafilter.com/89666/How-best-to-take-discreet-private-notes-on-a-not-so-private-computer</link>	
	<description>I want software which will allow me to capture text thoughts at work, to a remote web location - quickly, discreetly and privately.
I work at a computer which is visible to co-workers and is sometimes used by others at short/no notice, so I would like to make the following senario a reality.&lt;br&gt;
&lt;br&gt;
1. At work I have a non-work related thought which I wish to capture.&lt;br&gt;
&lt;br&gt;
2. I input a keyboard shortcut and am presented with a simple command line interface. Something similar to the google desktop quick search if you have seen it, but perhaps even a little more discreet if thats possible.&lt;br&gt;
&lt;br&gt;
3. I type the thought and hit enter/esc and the input screen/command line disappears.&lt;br&gt;
&lt;br&gt;
4. The text I entered is not stored locally but sent to some remote web location (I am willing to pay for this service if necessary) where it can be reviewed and edited by me at a later time.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Additional Info:&lt;br&gt;
&lt;br&gt;
I am using Windows XP. &lt;br&gt;
A physical notebook and pen is not what I want.&lt;br&gt;
I have had a Palm and did not like it. &lt;br&gt;
I do not want to have to open a web browser. &lt;br&gt;
Have tried using Yahoo Notepad with widget but it is not what I want.&lt;br&gt;
I lose USB memory sticks too often for that to be a reliable method. &lt;br&gt;
A local text file fails the privacy test.&lt;br&gt;
I would prefer not to have to install software but would be happy to run an exe, if it did the job and was safe. &lt;br&gt;
I do not wish to use my cell-phone. &lt;br&gt;
I would like to be able to capture the thought almost as soon as I have it and then return to work immediately. &lt;br&gt;
This is not related to GTD and I do not wish to do any more than input shortcut, type though, hit return.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
I have checked lifehacker, ask mefi and similar sites for what I want but can&apos;t find precisely what I want.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.89666</guid>
	<pubDate>Thu, 24 Apr 2008 02:34:50 -0800</pubDate>

<category>notes</category>

<category>note</category>

<category>thought</category>

<category>capture</category>

<category>command</category>

<category>line</category>

<category>command-line</category>

<category>commandline</category>

<category>ideas</category>

<category>privacy</category>

	<dc:creator>therubettes</dc:creator>
	</item>
	<item>
	<title>Hey, I&apos;m not Trudy!  Or Ben!</title>
	<link>http://ask.metafilter.com/76072/Hey-Im-not-Trudy-Or-Ben</link>	
	<description>Why does my Mac appear to have other people&apos;s computer names at the command line?  What&apos;s up here? I&apos;ve got a 10 month old Macbook, running Tiger.&lt;br&gt;
&lt;br&gt;
I share a web connection with a bunch of people that live in my building.  The system is administered by our resident geek, and we have wireless routers throughout, all hooked up to a big 12mb pipe.  It&apos;s cheap and way fast, so, score.  Also, I know most of the other people in the building, and they&apos;re cool, so I have no real worries about someone accessing my computer over the air.&lt;br&gt;
&lt;br&gt;
However, a few times in the recent past, I&apos;ve booted up the terminal and seen something weird.  When I got this mac, I created a top level account that I called &apos;Administrator&apos;.  Some of the time, when I start Terminal, it says:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;Administrators-computer:~ Dave$&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
&apos;Dave&apos; being the everyday account that I&apos;m in most of the time.  However, sometimes when I open terminal, the command prompt has changed to the name of one of my neighbour&apos;s computers (I know this because I can see their computer names in the Network folder in Finder).&lt;br&gt;
&lt;br&gt;
For example, there is a computer on the network called &apos;benlaptop&apos;, and once or twice when I&apos;ve logged in, my command prompt looked like:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;benlaptop:~ Dave$ &lt;/code&gt;&lt;br&gt;
&lt;br&gt;
At the moment it looks like: &lt;br&gt;
&lt;br&gt;
&lt;code&gt;trudy2:~ Dave$ &lt;/code&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
What in the heck is going on here?  Is my computer somehow compromised?  I&apos;ve got Firewall turned on.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.76072</guid>
	<pubDate>Mon, 12 Nov 2007 11:53:28 -0800</pubDate>

<category>mac</category>

<category>security</category>

<category>cli</category>

<category>command</category>

<category>prompt</category>

<category>weird</category>

<category>naming</category>

<category>computer</category>

	<dc:creator>Happy Dave</dc:creator>
	</item>
	<item>
	<title>I&apos;m looking for a program that could serve as a perpetual, scrolling RSS feed that would cull news from various servers to be run on legacy OSes.</title>
	<link>http://ask.metafilter.com/69653/Im-looking-for-a-program-that-could-serve-as-a-perpetual-scrolling-RSS-feed-that-would-cull-news-from-various-servers-to-be-run-on-legacy-OSes</link>	
	<description>AsceticRSSFilter: I&apos;m looking for a program I found by chance awhile ago that could serve as a perpetual, scrolling RSS feed that would cull news from various servers to be run on legacy OSes. I&apos;m trying to turn my spare PC into something useful. I remember finding a program on the net awhile ago that serves what I&apos;m looking for.&lt;br&gt;
&lt;br&gt;
It was a command-line based client that would stream a sort of rss feed from this one website with miscellaneous news: local, weather, politics, etc. The program was meant to be installed and left on perpetually, and the feed would scroll as well. It could be run on old 386s and 486s, Palm Pilots, and pretty much any legacy OS without a graphical environment. &lt;br&gt;
&lt;br&gt;
It was probably a one-word url/website/name, IIRC. Also, I found it through the comments of another website (which I can&apos;t remember) which I was looking at that gave tutorials on turning old laptop monitors into digital paintings/wall-pieces (ie &lt;a href=&quot;http://www.77millionpaintings.com/&quot;&gt;77 million paintings&lt;/a&gt;).&lt;br&gt;
&lt;br&gt;
Thanks again.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.69653</guid>
	<pubDate>Sun, 19 Aug 2007 12:23:32 -0800</pubDate>

<category>rss</category>

<category>feed</category>

<category>386</category>

<category>486</category>

<category>palm</category>

<category>pilot</category>

<category>legacy</category>

<category>OS</category>

<category>command</category>

<category>line</category>

	<dc:creator>Lockeownzj00</dc:creator>
	</item>
	<item>
	<title>How do I search firefox Smart Search from the command line in OS X?</title>
	<link>http://ask.metafilter.com/57303/How-do-I-search-firefox-Smart-Search-from-the-command-line-in-OS-X</link>	
	<description>I absolutely love &lt;a href=&quot;http://www.mozilla.org/products/firefox/smart-keywords.html&quot;&gt;Firefox Smart Keyword Searches.&lt;/a&gt; Beyond just the &lt;a href=&quot;http://kb.mozillazine.org/Using_keyword_searches&quot;&gt;default preinstalled ones,&lt;/a&gt; I also use custom ones for easynews, rottentomatoes, metafilter, etc. Here&apos;s my question: Is it possible to launch these from the command line in OS X? For example, ideally I would enter (into a bash prompt) &lt;i&gt;rt apple&lt;/i&gt; to open a new tab in firefox with a search result for &quot;Apple&quot; in rotten tomatoes, like &lt;a href=&quot;http://www.rottentomatoes.com/search/search.php?sitesearch=rt&amp;search=apple&amp;searchby=all&quot;&gt;this.&lt;/a&gt;. Similarly, I would like to be able to enter &lt;i&gt;easy creative commons&lt;/i&gt; to have it launch the keyword bookmark &quot;easy&quot; which searches easynews global for &lt;a href=&quot;http://members.easynews.com/global4/search.html?gps=creative%20commons&amp;u=1&amp;svL=&amp;sbj=&amp;fil=&amp;fex=&amp;from=&amp;ns=&amp;d1=&amp;d1t=&amp;d2=&amp;d2t=&amp;b1=&amp;b1t=&amp;b2=&amp;b2t=&amp;pby=500&amp;pno=1&amp;sS=0&amp;s1=dsize&amp;s1d=-&amp;s2=nrfile&amp;s2d=+&amp;s3=dsize&amp;s3d=+&quot;&gt;&quot;creative commons&quot;&lt;/a&gt;. Is this possible to do, preferably without using Applescript or Automator?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.57303</guid>
	<pubDate>Mon, 19 Feb 2007 20:33:08 -0800</pubDate>

<category>osx</category>

<category>firefox</category>

<category>command</category>

<category>line</category>

<category>smart</category>

<category>search</category>

<category>bonecho</category>

	<dc:creator>crazyray</dc:creator>
	</item>
	<item>
	<title>How to change file extension of a large number of files?</title>
	<link>http://ask.metafilter.com/33626/How-to-change-file-extension-of-a-large-number-of-files</link>	
	<description>How can I change/append an extension of a large number of files at once? I have about 1000 files that have no extension. I want them to all keep their same filename, but add the same extension to each. Is there a way I can do this through the Windows XP command-line, or a batch file? Otherwise, what software might I need?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.33626</guid>
	<pubDate>Thu, 02 Mar 2006 10:19:15 -0800</pubDate>

<category>windows</category>

<category>xp</category>

<category>command</category>

<category>line</category>

<category>file</category>

<category>extension</category>

	<dc:creator>Ekim Neems</dc:creator>
	</item>
	<item>
	<title>Windows keystroke app launcher</title>
	<link>http://ask.metafilter.com/30491/Windows-keystroke-app-launcher</link>	
	<description>Please recommend a Windows 2000 program that will allow me to assign a keyboard command to bring all windows of an active application forward or launch the application if it is not yet open. The latest Firefox doesn&apos;t work well with Quickeys 2.5.3 and the latest Quickeys is XP-only. There&apos;s so much dreck out there it&apos;s impossible to tell which programs are worthy. My criteria:&lt;br&gt;
&lt;br&gt;
--I do not want to tab through open applications or windows.&lt;br&gt;
--All keyboard commands must be user-assignable and all keys on the board must be available (even in the face of conflicts with existing commands in other programs). Too many programs stupidly assume I want to use the F keys for launching apps.&lt;br&gt;
--I do not want a new toolbar or other piece of visual crap on the screen. &lt;br&gt;
--I want to avoid using the mouse as much as possible.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.30491</guid>
	<pubDate>Mon, 09 Jan 2006 12:07:36 -0800</pubDate>

<category>windows</category>

<category>applicationlauncher</category>

<category>keystroke</category>

<category>keyboard</category>

<category>command</category>

	<dc:creator>Mo Nickels</dc:creator>
	</item>
	<item>
	<title>Ampersand Command? Hey, that rhymes!</title>
	<link>http://ask.metafilter.com/17465/Ampersand-Command-Hey-that-rhymes</link>	
	<description>Is there an Ampersand command for &quot;@&quot;? If so, what is it?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.17465</guid>
	<pubDate>Wed, 13 Apr 2005 06:12:58 -0800</pubDate>

<category>ampersand</category>

<category>command</category>

	<dc:creator>C17H19NO3</dc:creator>
	</item>
	<item>
	<title>What are some other ways to accomplish the equivalent of the ASP &quot;include&quot; command?</title>
	<link>http://ask.metafilter.com/10813/What-are-some-other-ways-to-accomplish-the-equivalent-of-the-ASP-include-command</link>	
	<description>What are some other ways to accomplish the equivalent of the ASP &quot;include&quot; command?  (And if so, which is the easiest?) Is there any way to achieve the same effect with regular HTML?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.10813</guid>
	<pubDate>Mon, 11 Oct 2004 00:53:50 -0800</pubDate>

<category>asp</category>

<category>include</category>

<category>command</category>

<category>html</category>

<category>howto</category>

	<dc:creator>Jaybo</dc:creator>
	</item>
	<item>
	<title>Can a network connection be killed from the XP command line?</title>
	<link>http://ask.metafilter.com/9528/Can-a-network-connection-be-killed-from-the-XP-command-line</link>	
	<description>Can a network connection be killed from the command line in Windows XP?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.9528</guid>
	<pubDate>Thu, 19 Aug 2004 09:19:48 -0800</pubDate>

<category>network</category>

<category>networking</category>

<category>microsoft</category>

<category>windows</category>

<category>winxp</category>

<category>commandline</category>

<category>command</category>

<category>line</category>

	<dc:creator>plexi</dc:creator>
	</item>
	<item>
	<title>How are the command and control structures in the US Military formed and evaluated?</title>
	<link>http://ask.metafilter.com/6070/How-are-the-command-and-control-structures-in-the-US-Military-formed-and-evaluated</link>	
	<description>Military question -- On a website I was reading recently, I came across this tidbit: &quot;The military continues to experiment with command and control structures designed to delegate and drive decision making to the front lines.&quot;   Can anyone tell me more about this?  I&apos;m interested in how the U.S. military (or any other) has overcome the problem of decision-makers being too far from the action. Well, maybe not &quot;overcome.&quot; More like &quot;has tried to overcome.&quot;  I&apos;m sure it&apos;s a persistent problem.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.6070</guid>
	<pubDate>Wed, 24 Mar 2004 21:44:41 -0800</pubDate>

<category>military</category>

<category>command</category>

<category>structure</category>

<category>frontlines</category>

<category>decisions</category>

<category>tactics</category>

<category>communications</category>

	<dc:creator>oissubke</dc:creator>
	</item>
	<item>
	<title> What is the command hierarchy on a typical submarine? </title>
	<link>http://ask.metafilter.com/4697/What-is-the-command-hierarchy-on-a-typical-submarine</link>	
	<description>What is the command hierarchy on a typical submarine?  [more inside] I&apos;m writing a book that will have a few scenes that occur aboard a military submarine.  Is there a good resource I could look at to give me a rough idea of who would be in charge of what?  It&apos;s a sci-fi piece, and the sub is operated by a quasi-military agency, so I have a little room for slop, but want to get things roughly right.   Maybe I should just read some Tom Clancy? :)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.4697</guid>
	<pubDate>Fri, 16 Jan 2004 17:35:56 -0800</pubDate>

<category>submarines</category>

<category>command</category>

<category>chainofcommand</category>

<category>Navy</category>

	<dc:creator>badstone</dc:creator>
	</item>
	
	</channel>
</rss>

