My on going project with my script has me stumped again. It took a
bit longer this time though.
I have a file called pre_master_build, and I have numerous files called
file1, file2, file3, ect. The number of files called "file#" may different
each time.
I just need the master file pre_master_build cat into a new file called pre_build#
for however many files called file there were.
So if I have:
file1
file2
file3
file4
I would end up with:
pre_build1
pre_build2
pre_build3
pre_build4
and they would all have duplicate contents in them taken from the pre_master_build file.
As always Thanks!
Beaster
bit longer this time though.
I have a file called pre_master_build, and I have numerous files called
file1, file2, file3, ect. The number of files called "file#" may different
each time.
I just need the master file pre_master_build cat into a new file called pre_build#
for however many files called file there were.
So if I have:
file1
file2
file3
file4
I would end up with:
pre_build1
pre_build2
pre_build3
pre_build4
and they would all have duplicate contents in them taken from the pre_master_build file.
As always Thanks!
Beaster