B
Babu
Hi,
I am new to perl.I have basic question about splitting a file into 2.
the input file= temp.hex
contents
4A
5F
C3
3D
is there a one liner to split this file into 2 files temp1.hex
containing
4A
5F
and temp2.hex having
C3
3D
Thanks in advance
SN
I am new to perl.I have basic question about splitting a file into 2.
the input file= temp.hex
contents
4A
5F
C3
3D
is there a one liner to split this file into 2 files temp1.hex
containing
4A
5F
and temp2.hex having
C3
3D
Thanks in advance
SN