pasty: A simple command line pasting utility

[ console, program ] [ Propose Tags ]

pasty is simple command line utility for extracting a collection of columns from any number of input files and pasting them in a specified order to stdout.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1
Dependencies base, bytestring (>=0.9.0.1), mtl (>=1.1.0.0) [details]
License LicenseRef-GPL
Copyright (c) 2008 Markus Dittrich
Author Markus Dittrich <markus.lists@gmail.com>
Maintainer Markus Dittrich <markus.lists@gmail.com>
Category console
Home page http://github.com/markusle/pasty/tree/master
Uploaded by MarkusDittrich at 2008-12-31T14:04:50Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables pasty
Downloads 1307 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-01-02 [all 8 reports]

Readme for pasty-0.1

[back to package description]
DESCRIPTION:

pasty is a command line utility written in Haskell for pasting from 
column centric plain text files. In its most basic mode, pasty 
is similar to the paste command which is part of coreutils. However, 
in contrast to paste, pasty can select an arbitrary collection of
columns from a list of files and paste them into an output file. 

Please consult the pasty man page for more details.

(C) 2008 Markus Dittrich