diff --git a/pages/common/cat.md b/pages/common/cat.md index 30185776c5..3122ae4713 100644 --- a/pages/common/cat.md +++ b/pages/common/cat.md @@ -6,6 +6,6 @@ `cat {{file1}}` -- Sequentially print the contents of *file1* and *file2* to the file *file3*. +- Concatenate several files into the target file. -`cat {{file1}} {{file2}} > {{file3}}` +`cat {{file1}} {{file2}} > {{target-file}}`