<?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: Append to text file?</title>
	<link>http://ask.metafilter.com/28875/Append-to-text-file/</link>
	<description>Comments on Ask MetaFilter post Append to text file?</description>
	<pubDate>Mon, 12 Dec 2005 11:05:35 -0800</pubDate>
	<lastBuildDate>Mon, 12 Dec 2005 11:05:35 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Append to text file?</title>
		<link>http://ask.metafilter.com/28875/Append-to-text-file</link>	
		<description>What&apos;s an easy way to append to a text file in Windows XP, like Quicksilver does in OS X?  I know about &lt;a href=&quot;http://www.slackermanager.com/slacker_manager/2005/07/_appending_a_sc.html&quot;&gt;the solution for ActiveWords&lt;/a&gt;, but I&apos;d rather not shell out for what seems like basic functionality.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2005:site.28875</guid>
		<pubDate>Mon, 12 Dec 2005 10:39:18 -0800</pubDate>
		<dc:creator>monju_bosatsu</dc:creator>
		
			<category>text</category>
		
			<category>txt</category>
		
			<category>gtd</category>
		
			<category>append</category>
		
			<category>windows</category>
		
			<category>resolved</category>
		
	</item> <item>
		<title>By: Rothko</title>
		<link>http://ask.metafilter.com/28875/Append-to-text-file#454427</link>	
		<description>1. Start -&amp;gt; Run&lt;br&gt;
2. cmd&lt;br&gt;
3. copy filename1.txt +filename2.txt +filename3.txt file.txt&lt;br&gt;
&lt;br&gt;
This will take the contents of filename1,2,3.txt and stick them together into file.txt.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.28875-454427</guid>
		<pubDate>Mon, 12 Dec 2005 11:05:35 -0800</pubDate>
		<dc:creator>Rothko</dc:creator>
	</item><item>
		<title>By: monju_bosatsu</title>
		<link>http://ask.metafilter.com/28875/Append-to-text-file#454440</link>	
		<description>Right, but I want to append an arbitrary line of text to an existing file, not combine the contents of multiple files.  For example, say I have todo.txt, and I want to be able to add new items to the bottom (or top) of the list.  If I have to create a new file for the items I want to add, I might as well just open and edit the list directly.  Instead, I&apos;d like to be able to invoke a quicksilver-like tool to add arbitrary strings of text to a file of my choosing.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.28875-454440</guid>
		<pubDate>Mon, 12 Dec 2005 11:17:59 -0800</pubDate>
		<dc:creator>monju_bosatsu</dc:creator>
	</item><item>
		<title>By: stupidcomputernickname</title>
		<link>http://ask.metafilter.com/28875/Append-to-text-file#454443</link>	
		<description>if you just want to append the output of an exe into an existing file, you can do something like (also from cmd prompt)&lt;br&gt;
&lt;br&gt;
whatever.exe&amp;gt;&amp;gt;file.txt&lt;br&gt;
&lt;br&gt;
(to create a new file.txt, you would do whatever.exe&amp;gt;file.txt)&lt;br&gt;
&lt;br&gt;
I am not familiar with activewords (or quicksilver, for that matter), so if I am just not getting it, post back with more details...</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.28875-454443</guid>
		<pubDate>Mon, 12 Dec 2005 11:18:32 -0800</pubDate>
		<dc:creator>stupidcomputernickname</dc:creator>
	</item><item>
		<title>By: Rothko</title>
		<link>http://ask.metafilter.com/28875/Append-to-text-file#454450</link>	
		<description>copy con &amp;gt;&amp;gt; file.txt&lt;br&gt;
&lt;i&gt;type stuff here&lt;br&gt;
hit control-D&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
That should do it, I think, unless you need a GUI.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.28875-454450</guid>
		<pubDate>Mon, 12 Dec 2005 11:24:16 -0800</pubDate>
		<dc:creator>Rothko</dc:creator>
	</item><item>
		<title>By: cactus</title>
		<link>http://ask.metafilter.com/28875/Append-to-text-file#454473</link>	
		<description>Or, also from the command prompt:&lt;br&gt;
&lt;br&gt;
echo &lt;i&gt;text you want added to your file&lt;/i&gt; &amp;gt;&amp;gt; file.txt&lt;br&gt;
&lt;br&gt;
PS: The command prompt doesn&apos;t understand ^V or shift-insert, but you can right click and choose paste.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.28875-454473</guid>
		<pubDate>Mon, 12 Dec 2005 11:39:41 -0800</pubDate>
		<dc:creator>cactus</dc:creator>
	</item><item>
		<title>By: monju_bosatsu</title>
		<link>http://ask.metafilter.com/28875/Append-to-text-file#454564</link>	
		<description>The echo command is getting close, although I can&apos;t figure out how to get linebreaks in.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.28875-454564</guid>
		<pubDate>Mon, 12 Dec 2005 12:17:23 -0800</pubDate>
		<dc:creator>monju_bosatsu</dc:creator>
	</item><item>
		<title>By: monju_bosatsu</title>
		<link>http://ask.metafilter.com/28875/Append-to-text-file#454572</link>	
		<description>Ah, ^ is line break.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.28875-454572</guid>
		<pubDate>Mon, 12 Dec 2005 12:19:10 -0800</pubDate>
		<dc:creator>monju_bosatsu</dc:creator>
	</item><item>
		<title>By: monju_bosatsu</title>
		<link>http://ask.metafilter.com/28875/Append-to-text-file#454635</link>	
		<description>&lt;a href=&quot;http://www.slackermanager.com/slacker_manager/2005/07/append_to_scrat.html&quot;&gt;Never&lt;/a&gt;&lt;a href=&quot;http://www.slackermanager.com/slacker_manager/2005/07/append_to_text_.html&quot;&gt;mind&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.28875-454635</guid>
		<pubDate>Mon, 12 Dec 2005 12:44:17 -0800</pubDate>
		<dc:creator>monju_bosatsu</dc:creator>
	</item><item>
		<title>By: antifuse</title>
		<link>http://ask.metafilter.com/28875/Append-to-text-file#455512</link>	
		<description>I can&apos;t believe you&apos;re willing to go to all this effort to append text to a file, when it will probably be just much work to open it with notepad and add to the file that way.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.28875-455512</guid>
		<pubDate>Tue, 13 Dec 2005 01:20:50 -0800</pubDate>
		<dc:creator>antifuse</dc:creator>
	</item><item>
		<title>By: monju_bosatsu</title>
		<link>http://ask.metafilter.com/28875/Append-to-text-file#455635</link>	
		<description>I wasn&apos;t willing to go to that much extra effort; hence this question.  You&apos;ll note that the link in my comment above pretty much solves the problem, though, and with free software to boot.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.28875-455635</guid>
		<pubDate>Tue, 13 Dec 2005 06:59:16 -0800</pubDate>
		<dc:creator>monju_bosatsu</dc:creator>
	</item><item>
		<title>By: flabdablet</title>
		<link>http://ask.metafilter.com/28875/Append-to-text-file#455640</link>	
		<description>For this exact thing - keeping random notes - I use Notepad, strangely enough.&lt;br&gt;
&lt;br&gt;
I made a file called scratchpad.txt in My Documents, and dragged it to the Quick Launch bar to make a shortcut, right next to the Show Desktop one.&lt;br&gt;
&lt;br&gt;
One click on the little scratchpad icon in Quick Launch and Notepad opens my file, damn near instantly.  Ctrl-End takes me to the end, I type my stuff, Alt-F4, Y, done.&lt;br&gt;
&lt;br&gt;
The good part about this is it also works for taking things &lt;strong&gt;off&lt;/strong&gt; the to-do list :)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.28875-455640</guid>
		<pubDate>Tue, 13 Dec 2005 07:06:02 -0800</pubDate>
		<dc:creator>flabdablet</dc:creator>
	</item>
	</channel>
</rss>
