Esta não é a sintaxe bash
, mas sim a sintaxe para a cat
command na linguagem R (uma linguagem de programação usada para computação estatística):
Concatenate and Print
Outputs the objects, concatenating the representations. cat performs much less conversion than print. Usage
cat(... , file = "", sep = " ", fill = FALSE, labels = NULL, append = FALSE)