motersen / multus

count the occurrences of words in a text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

multus

Copyright (c) 2013, Moritz Petersen: Simplified BSD License
See LICENSE File for full license text.

multus is a tool to count the occurrences of words in texts.

Build

Requirements:

  • Build Tools

    • GNU Make
    • pkg-config
  • Libraries

    • glib-2.0
  • Run make twice to compile.

  • The executable should now be at bin/multus.

  • Run make clean to reset the project to source state.

Use

multus [OPTIONS] [INPUT..]
OPTIONS:
  -h --help
    Display this Help
  -v --verbose
    Print status information
  -q --quiet
    Print only errors
  -i --ignore-case
    Ignore casing by fully folding all according to Unicode.
  -s --stat
    Print statistics about the input.

INPUT may be sources that will be evaluated. Stdin is represented by
"-", everything else is treated as a path to a file.
If INPUT is omitted, stdin is evaluated

About

count the occurrences of words in a text

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 48.2%Language:C 43.0%Language:Perl 8.8%