I've quoted below a basic script that reads a file and prints its content. Whatever the file is (/etc/hosts is just an example), the script adds a space for all the lines following line #1, i.e:
line 1
line 2
line 3
I would like it to return the file as it is, i.e:
line 1
line 2
line 3...