I have a file with following data
I would like to print like this n times(For eg:n times)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 CAlso this may be achieved usingCode:My OS Info : SunOS viper 5.9 Generic_117171-07 sun4u sparc SUNW,Sun-Fire-480R My shell is csh
But i need other solution apart from using cat commandCode:cat file file file .... file > newfile


