diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-21 05:36:06 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-21 05:36:06 +0100 |
commit | 8a74136c7582ad973440dac706c1da32b2fe2414 (patch) | |
tree | 58a94040020334a4632638f9b3daf6f54741181b /README | |
parent | reorder parameters (diff) | |
download | fodtmf-8a74136c7582ad973440dac706c1da32b2fe2414.tar.gz fodtmf-8a74136c7582ad973440dac706c1da32b2fe2414.tar.bz2 fodtmf-8a74136c7582ad973440dac706c1da32b2fe2414.tar.xz |
recommend compression
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -83,6 +83,16 @@ OPTIONS Each option can only be used once. +NOTES + It may be a good idea to compress the file before + transmitting it. For example + + xz -e9 < your-file | fodtmf-send ## sender + fodtmf-recv | xz -d > your-file ## receive + + But note well, which compresion algorithm is most + efficient depends on the file. + RATIONALE I really don't know precisely why. But it sounded fun. |