Comments on: Adding new column to a text file http://www.terminally-incoherent.com/blog/2007/03/27/adding-new-column-to-a-text-file/ I will not fix your computer. Tue, 04 Aug 2020 22:34:33 +0000 hourly 1 https://wordpress.org/?v=4.7.26 By: Luke http://www.terminally-incoherent.com/blog/2007/03/27/adding-new-column-to-a-text-file/#comment-3520 Wed, 28 Mar 2007 05:11:18 +0000 http://www.terminally-incoherent.com/blog/2007/03/27/adding-new-column-to-a-text-file/#comment-3520

Oh man… I never really used Pascal so I’m not sure how suited it would be for the task. But I guess it’s better use something you are familiar with than nothing at all. :)

My first instinct when working with text files is to use simple unix tools kile awk, sed, grep, paste and etc.. If it’s more complex than that, I use perl. :mrgreen:

Reply  |  Quote
]]>
By: Todd http://www.terminally-incoherent.com/blog/2007/03/27/adding-new-column-to-a-text-file/#comment-3517 Wed, 28 Mar 2007 03:05:34 +0000 http://www.terminally-incoherent.com/blog/2007/03/27/adding-new-column-to-a-text-file/#comment-3517

This would have great when I was analzing my dissertation data. I didn’t cut and paste in StarOffice, but I did write some programs in Pascal to transform and organize my data. That’s right, I said Pascal! ;-)

Reply  |  Quote
]]>