diff options
author | Johnny Jazeix <jazeix@gmail.com> | 2020-04-15 18:56:56 (GMT) |
---|---|---|
committer | Johnny Jazeix <jazeix@gmail.com> | 2020-04-15 18:56:56 (GMT) |
commit | a625f30785130586a7d2a59c13a7526eab8b3086 (patch) | |
tree | a4008f2a62052a6f1837d91e39e3825796f61c63 /Help/release/dev | |
parent | fab932c3cba9423443c7ab25fda3999e4fc4b347 (diff) | |
download | CMake-a625f30785130586a7d2a59c13a7526eab8b3086.zip CMake-a625f30785130586a7d2a59c13a7526eab8b3086.tar.gz CMake-a625f30785130586a7d2a59c13a7526eab8b3086.tar.bz2 |
cmake -E: add cat command.
Concatenate files and print on the standard output.
FIXES: #20557
Diffstat (limited to 'Help/release/dev')
-rw-r--r-- | Help/release/dev/command-line-cat.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/command-line-cat.rst b/Help/release/dev/command-line-cat.rst new file mode 100644 index 0000000..acde835 --- /dev/null +++ b/Help/release/dev/command-line-cat.rst @@ -0,0 +1,5 @@ +Command-Line +------------ +* :manual:`cmake(1)` gained a ``cat`` command line + option that can be used to concatenate files and print them + on standard output. |