How can I access a file in Unix and the use SED to remove certain entries in a program. For instance:
Software:
Entire Distrubution plus OEM support 1.2
64-bit iconv conversion for Eastern European locales 5.7
64-bit iconv conversion for Eastern European locales 5.7
ABI 1.0
ABI Application Certification Tools 5.8/on28-patch:01/118
Apache Web Server 1.3.9
Apache Web Server (root) 5.8/Generic
Apache Web Server (root) 5.8/Generic
Apache Web Server (root) 5.8/Generic
I want to remove the sub titles using sed. First I want access the file and then remove the sub titles with SED.
Any ideas?
open("tmp/software"
;
sed(????????????)
Software:
Entire Distrubution plus OEM support 1.2
64-bit iconv conversion for Eastern European locales 5.7
64-bit iconv conversion for Eastern European locales 5.7
ABI 1.0
ABI Application Certification Tools 5.8/on28-patch:01/118
Apache Web Server 1.3.9
Apache Web Server (root) 5.8/Generic
Apache Web Server (root) 5.8/Generic
Apache Web Server (root) 5.8/Generic
I want to remove the sub titles using sed. First I want access the file and then remove the sub titles with SED.
Any ideas?
open("tmp/software"
sed(????????????)