Skip to content

motersen/multus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published