From d9896c2d4b6f4af0159fc7b16c9c2cedac4826d2 Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Thu, 12 Nov 2015 13:42:03 +0100 Subject: sample: tab as separator --- sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample b/sample index 8dbd26d..8d3a322 100755 --- a/sample +++ b/sample @@ -50,7 +50,7 @@ while idx = sample.shift puts idx else if opts[:output_index] - puts "#{idx} #{input[idx]}" + puts "#{idx}\t#{input[idx]}" else puts "#{input[idx]}" end -- cgit v1.2.3