Skip to content

cmake -E: Add cat command to cmake

Johnny Jazeix requested to merge petitlapin/cmake:cat_cmd_20557 into master

cmake -E cat

Concatenates files to standard output. Error if file does not exist, is not readable or if a directory is passed as parameter but still continues to cat the other files.

Outputs the same as Linux cat, no option is handled.

Fixes: #20557 (closed)

Merge request reports