summaryrefslogtreecommitdiff
path: root/man/murmur.1.md
blob: e50ab873b2479a35b6f53faffaa8a4987bfe4d9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
murmur(1) -- Command line MurmurHash3 Utility
=============================================

## SYNOPSIS

`murmur` \[-hV\] \[options\]

## OPTIONS

  -V, --version
      output program version

  -h, --help
      output help information

  --seed=[seed]
      hash seed (optional)

## EXAMPLES

  ``
  $ echo -n kinkajou | murmur
  3067714808
  ``

  ``
  $ echo -n panda | murmur --seed=10
  1406483717
  ``

## AUTHOR

  - Joseph Werle <joseph.werle@gmail.com>

## REPORTING BUGS

  - <https://github.com/jwerle/murmurhash.c/issues>

## SEE ALSO

  - <https://github.com/jwerle/murmurhash.c>

## LICENSE

MIT