78 projects tagged "Awk"
MrTools is a suite of tools for managing large, distributed environments. It can be used to execute scripts on multiple remote hosts without prior installation, copy of a file or directory to multiple hosts as efficiently as possible in a relatively secure way, and collect a copy of a file or directory from multiple hosts.
Dim is a utility to help you track the changes of items (sets composed of multiple files). It provides commands to handle the complete lifecycle of version control operations: create a library, register users (code authors), create items, save local versions, branch, clone, export, import, remove, merge, archive, replicate library content over the network or the filesystem, and access the full history and browse differences at the library, item, file, line, or word level. Dim is a single self-documented POSIX shell script. It just uses standard Unix utilities like awk, diff, tar, and openssl.
ofc2kmm is a script which converts bank statements from Banco do Brasil and Caixa Economica Federal in OFC format to a QIF format accepted by Kmymoney, a personal finance management software for Linux. It should be run directly from the Kmymoney QIF import feature, where you can specify external data converting scripts.
cygbuild is a porting tool for making Cygwin net releases. It helps Cygwin source and binary package maintainers to configure, build, strip, produce diffs, and generate Cygwin specific files. To put it simply, it converts any freely available program or package into a complete Cygwin net release distribution.
dpkg-du is a script to produce a dump of the installed size of Debian packages in du format. This is to enable ease of reuse with pre-existing scripts administrators may have to deal with 'du' format lists. For example, dpkg-du|sort -n|tail -10 will show the 10 biggest packages on your system.
Wocvim is a WoC client for Vim. WoC is a protocol which enables the use of hyperlinks in plain ASCII texts. The links can point to local or remote locations. The protocol is specifically designed to support source code, but it can be used in any text. For source code, it's also possible to use ad-hoc tag generators like cscope and ctags.