I have a file with following data
I would like to print like this n times(For eg:n times)
Also this may be achieved using
But i need other solution apart from using cat command
Code:
A
B
C
Code:
A
B
C
A
B
C
A
B
C
A
B
C
A
B
C
A
B
C
.
.
.
A
B
C
Code:
My shell is csh
Code:
cat file file file .... file > newfile