summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorJohnny Jazeix <jazeix@gmail.com>2020-04-15 18:56:56 (GMT)
committerJohnny Jazeix <jazeix@gmail.com>2020-04-15 18:56:56 (GMT)
commita625f30785130586a7d2a59c13a7526eab8b3086 (patch)
treea4008f2a62052a6f1837d91e39e3825796f61c63 /Help/manual
parentfab932c3cba9423443c7ab25fda3999e4fc4b347 (diff)
downloadCMake-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/manual')
-rw-r--r--Help/manual/cmake.1.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst
index 9a43499..e3e965c 100644
--- a/Help/manual/cmake.1.rst
+++ b/Help/manual/cmake.1.rst
@@ -554,6 +554,9 @@ Available commands are:
``serverMode``
``true`` if cmake supports server-mode and ``false`` otherwise.
+``cat <files>...``
+ Concatenate files and print on the standard output.
+
``chdir <dir> <cmd> [<arg>...]``
Change the current working directory and run a command.