@hackage pasty0.1
A simple command line pasting utility
Categories
License
LicenseRef-GPL
Maintainer
Markus Dittrich <markus.lists@gmail.com>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
- 0.1 Wed, 31 Dec 2008
Installation
Dependencies (0)
- base
- bytestring >=0.9.0.1
- mtl >=1.1.0.0 Show all…
Dependents (1)
@hackage/acme-everything
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