Hello Everybody
I have a data format which looks like this
$NAME COMPS 4door
$NAME COMPS 5feet_rear
$NAME COMPS 6feet_front
etc...
I need to get only the door,feet_rear,feet_front values from the 3rd field above and not the numbers 4,5,6.
How do I separate the number from the alphabets.
also
If I have a file called m1
a b
and a file called m2
c d
how do I get a file called
m3 which is
a b c d
cat command to perform above operation shows
a b
c d
Regards
Murugs
I have a data format which looks like this
$NAME COMPS 4door
$NAME COMPS 5feet_rear
$NAME COMPS 6feet_front
etc...
I need to get only the door,feet_rear,feet_front values from the 3rd field above and not the numbers 4,5,6.
How do I separate the number from the alphabets.
also
If I have a file called m1
a b
and a file called m2
c d
how do I get a file called
m3 which is
a b c d
cat command to perform above operation shows
a b
c d
Regards
Murugs