I have a file in which the lines are written through the transfer ( \n\r ). I do:
> $(< data.csv) But I get on the first line:
bash: path_to_file / file.ext: Argument list too long
Similar commands do not give results. The problem remains:
`cat data.csv` And so, too:
$("cat data.csv") How to fix. Tell me.
data.csvindata.csvand write them into a variable. In particular, I will give this variable then to the script. - hedgehoguescat file1.csv file2.csv file3.csv | scriptcat file1.csv file2.csv file3.csv | script. - VladD