X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f X-Authentication-Warning: kendall.sfbr.org: jeffw set sender to jeffw AT darwin DOT sfbr DOT org using -f Date: Thu, 13 Dec 2001 10:52:37 -0600 From: JT Williams To: djgpp AT delorie DOT com Subject: Re: col filter Message-ID: <20011213105237.A9225@kendall.sfbr.org> Mail-Followup-To: djgpp AT delorie DOT com References: <9vahtk$bvg$1 AT netnews DOT upenn DOT edu> <3C18D01E DOT AB8024D8 AT yahoo DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3C18D01E.AB8024D8@yahoo.com>; from cbfalconer@yahoo.com on Thu, Dec 13, 2001 at 04:04:18PM +0000 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk -: > Is there a col utility - reverse line-feeds filter for DJGPP? -: -: What are you talking about? Probably `tac' (from the `textutils' package): % tac --help Usage: tac [OPTION]... [FILE]... Write each FILE to standard output, last line first. With no FILE, or when FILE is -, read standard input. -b, --before attach the separator before instead of after -r, --regex interpret the separator as a regular expression -s, --separator=STRING use STRING as the separator instead of newline --help display this help and exit --version output version information and exit Report bugs to .