我有如下代码,将数据写入文件
cat("The last signal file and the file before that have",
capture.output(timestamps[1]-timestamps[2]),"\n","\n", file=fileConn)
当我在 Windows 中运行此命令时,最后会出现两个空行。但是当我在 linux 中运行相同的命令时,我得到两个空格而不是两个新行......我怎样才能得到两个空行?我试过 "$\n" 但它没有用。