mirror of
https://github.com/sheumann/hush.git
synced 2025-02-28 20:31:33 +00:00
If you run `grep -h . file1 file2 file3 ...`, the output is not prefixed with the filename. If you run `grep -h . file1` however, the filename will incorrectly prefix the output.