joeroe3380
MIS
Hi Group,
I need to concatenate two files;
read in the first file to a new file
delete the last line from the new file.
append the second file to this new file stripped of last line from the first file.
I tried working arround with two cat command and tail-n1 /dev/null 2>&1 to strip off the last line. However im unsuccessful.
I would deply appreciate your help regarding this.
Thank You,
Roe.
I need to concatenate two files;
read in the first file to a new file
delete the last line from the new file.
append the second file to this new file stripped of last line from the first file.
I tried working arround with two cat command and tail-n1 /dev/null 2>&1 to strip off the last line. However im unsuccessful.
I would deply appreciate your help regarding this.
Thank You,
Roe.