Fast hash functions for strings using CityHash algorithm
Hash functions for strings
cityhash
$ echo 'hello world' | cityhash
$ cat filename.txt | cityhash
$ echo -e 'string1\nstring2\nstring3' | cityhash