summaryrefslogtreecommitdiffstats
path: root/programs/lz4.1.md
diff options
context:
space:
mode:
authorEli Boyarski <eli@boyar.ski>2018-01-01 13:34:16 (GMT)
committerEli Boyarski <eli@boyar.ski>2018-01-01 13:38:48 (GMT)
commit329dcd4765d307aa1fad14d2e92c0f69ec45cec6 (patch)
treef512d030c4332414f4ed7223b9ca0f1453798f15 /programs/lz4.1.md
parent8a9c8e73241672c1db29be454a9b8388bfde5034 (diff)
downloadlz4-329dcd4765d307aa1fad14d2e92c0f69ec45cec6.zip
lz4-329dcd4765d307aa1fad14d2e92c0f69ec45cec6.tar.gz
lz4-329dcd4765d307aa1fad14d2e92c0f69ec45cec6.tar.bz2
Docs: describe behavior under nohup
Diffstat (limited to 'programs/lz4.1.md')
-rw-r--r--programs/lz4.1.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/programs/lz4.1.md b/programs/lz4.1.md
index c6b99bc..7bb14b0 100644
--- a/programs/lz4.1.md
+++ b/programs/lz4.1.md
@@ -45,6 +45,9 @@ Differences are :
* As a consequence of previous rules, note the following example :
`lz4 file | consumer` sends compressed data to `consumer` through `stdout`,
hence it does _not_ create `file.lz4`.
+ * Another consequence of those rules is that to run `lz4` under `nohup`,
+ you should provide a destination file: `nohup lz4 file file.lz4`,
+ because `nohup` writes the specified command's output to a file.
Default behaviors can be modified by opt-in commands, detailed below.