hwk - Man Page
manual page for hwk 0.6
Synopsis
hwk [--version]
Description
A Haskell awk/sed like tool
[(-l|--line) | (-w|--words) | (-a|--all) | (-t|--typecheck) |
(-e|--eval) | (-r|--run) | (-s|--shell)] [-c|--config-dir DIR]
FUNCTION [FILE...]
Simple shell text processing with Haskell
Available options
- -h,--help
Show this help text
- --version
Show version
- -l,--line
Apply function to each line
- -w,--words
Apply function to list of words per line
- -a,--all
Apply function once to the whole input
- -t,--typecheck
Print out the type of the given function
- -e,--eval
Evaluate a Haskell expression
- -r,--run
Run Haskell IO
- -s,--shell
Haskell Shell
- -c,--config-dir DIR
Override the config dir [default:/builddir/.config/hwk]
Info
August 2024 hwk 0.6