Problem with csplit .....
David B.Anderson
davea at quasar.wpd.sgi.com
Tue Oct 2 09:25:33 AEST 1990
In article <218*finn.drablos at sintef.no> finn.drablos at sintef.no (Finn Drablos) writes:
[stuff deleted]
>csplit -k source.src /BEGIN/ {40}
[stuff deleted]
>lines. It does not use the pattern 40 times. I have tried /BEGIN/{40},
csh strips the {}. Use:
csplit -k source.src /BEGIN/ \{40\}
Regards,
[ David B. Anderson Silicon Graphics (415)335-1548 davea at sgi.com ]
[``What can go wrong?'' --Calvin and Hobbes]
More information about the Comp.sys.sgi
mailing list