<?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>Comments on: What is the linux command 'dt'?</title>
	<link>http://ask.metafilter.com/103537/What-is-the-linux-command-dt/</link>
	<description>Comments on Ask MetaFilter post What is the linux command 'dt'?</description>
	<pubDate>Mon, 06 Oct 2008 10:11:49 -0800</pubDate>
	<lastBuildDate>Mon, 06 Oct 2008 10:11:49 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: 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;? &lt;br /&gt;&lt;br /&gt; 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">post:ask.metafilter.com,2008:site.103537</guid>
		<pubDate>Mon, 06 Oct 2008 10:05:17 -0800</pubDate>
		<dc:creator>logicpunk</dc:creator>
		
			<category>linux</category>
		
			<category>unix</category>
		
			<category>text</category>
		
			<category>data</category>
		
			<category>script</category>
		
			<category>analysis</category>
		
			<category>command</category>
		
	</item> <item>
		<title>By: Zed_Lopez</title>
		<link>http://ask.metafilter.com/103537/What-is-the-linux-command-dt#1499240</link>	
		<description>Could you post here the results of &apos;uname -a&apos; and &apos;which dt&apos; executed in the same environment the script is running in? Could be it&apos;s a local executable and that&apos;s why you can&apos;t find anything about it.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.103537-1499240</guid>
		<pubDate>Mon, 06 Oct 2008 10:11:49 -0800</pubDate>
		<dc:creator>Zed_Lopez</dc:creator>
	</item><item>
		<title>By: SirStan</title>
		<link>http://ask.metafilter.com/103537/What-is-the-linux-command-dt#1499242</link>	
		<description>&lt;strong&gt;strings `which dt`&lt;/strong&gt;  might give  you some insight to where it came from as well (those are backticks, like the key above tab, not single quotes)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.103537-1499242</guid>
		<pubDate>Mon, 06 Oct 2008 10:13:57 -0800</pubDate>
		<dc:creator>SirStan</dc:creator>
	</item><item>
		<title>By: hattifattener</title>
		<link>http://ask.metafilter.com/103537/What-is-the-linux-command-dt#1499246</link>	
		<description>Maybe it&apos;s a local custom command? Try &quot;which dt&quot; and look at the file (ownership, timestamp, run &quot;strings&quot; on it, etc).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.103537-1499246</guid>
		<pubDate>Mon, 06 Oct 2008 10:18:55 -0800</pubDate>
		<dc:creator>hattifattener</dc:creator>
	</item><item>
		<title>By: hattifattener</title>
		<link>http://ask.metafilter.com/103537/What-is-the-linux-command-dt#1499247</link>	
		<description>(Note to self: use the &quot;preview&quot; button.)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.103537-1499247</guid>
		<pubDate>Mon, 06 Oct 2008 10:19:35 -0800</pubDate>
		<dc:creator>hattifattener</dc:creator>
	</item><item>
		<title>By: logicpunk</title>
		<link>http://ask.metafilter.com/103537/What-is-the-linux-command-dt#1499252</link>	
		<description>Thanks for the hints.  It&apos;s an old unixstat package function... that&apos;ll give me some additional google fodder.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.103537-1499252</guid>
		<pubDate>Mon, 06 Oct 2008 10:28:53 -0800</pubDate>
		<dc:creator>logicpunk</dc:creator>
	</item><item>
		<title>By: Electrius</title>
		<link>http://ask.metafilter.com/103537/What-is-the-linux-command-dt#1499253</link>	
		<description>I don&apos;t suppose you&apos;ve tried &lt;tt&gt;man dt&lt;/tt&gt; yet? I mean, I assume you have but I forget to do that all the time.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.103537-1499253</guid>
		<pubDate>Mon, 06 Oct 2008 10:29:59 -0800</pubDate>
		<dc:creator>Electrius</dc:creator>
	</item><item>
		<title>By: cgg</title>
		<link>http://ask.metafilter.com/103537/What-is-the-linux-command-dt#1499257</link>	
		<description>I have no idea if this is the right &apos;dt&apos;, but googling did point me &lt;a href=&quot;http://home.comcast.net/~SCSIguy/SCSI_FAQ/RMiller_Tools/dt.html&quot;&gt;here&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.103537-1499257</guid>
		<pubDate>Mon, 06 Oct 2008 10:35:53 -0800</pubDate>
		<dc:creator>cgg</dc:creator>
	</item><item>
		<title>By: mkultra</title>
		<link>http://ask.metafilter.com/103537/What-is-the-linux-command-dt#1499295</link>	
		<description>cgg&apos;s link is the first result for putting &quot;linux dt&quot; into Google- did you even try that? It&apos;s got oodles of documentation linked to it.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.103537-1499295</guid>
		<pubDate>Mon, 06 Oct 2008 11:01:46 -0800</pubDate>
		<dc:creator>mkultra</dc:creator>
	</item><item>
		<title>By: logicpunk</title>
		<link>http://ask.metafilter.com/103537/What-is-the-linux-command-dt#1499431</link>	
		<description>&lt;em&gt;I don&apos;t suppose you&apos;ve tried man dt yet?&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
yup, tried that.&lt;br&gt;
&lt;br&gt;
&lt;em&gt;putting &quot;linux dt&quot; into Google- did you even try that?&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
yup, tried that. &lt;br&gt;
&lt;br&gt;
Thanks again to Zed_Lopez, SirStan, and hattifattener - &apos;which dt&apos; eventually led me to the directory this function lives in - it&apos;s part of an old (c. mid-1980s) stats package, which partly explains why googling for it failed.  The &apos;dt&apos; function tabulates data.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.103537-1499431</guid>
		<pubDate>Mon, 06 Oct 2008 12:49:02 -0800</pubDate>
		<dc:creator>logicpunk</dc:creator>
	</item>
	</channel>
</rss>
