タグとの間のテキストを取得しようとしています。私はSunOSと協力しています。2つのhtmlタグの間でテキストを抽出します。
[SESSIONID=9sfhksfksafa,LOGINID=1,CLIENTIP=1.22.34.5,REMOTEADDRESS=1.22.34.5] 2017-06-01T18:09:20 INFO transaction - Soap Outbound message: <soapenv:Envelope xmlns:soapenv="http://org.inq"><Id>Id1</Id><header><userID>321</userID><organization>abc</organization><countryCode>CA</countryCode><languageCode>en</languageCode><userLocation>internet</userLocation>
<timestamp>2017-06-01T18:09:20.974-04:00</timestamp><channel>Mobile</channel>
私は、次のオプションを試してみましたが、助けにはならなかった。
sed -e 's/<Id>\(.*\)</Id>/\1/'
sed -n '/<Id>/,/<\/Id>/p' test1.txt > test2.txt
任意の提案は非常に私を助けるだろう。
サイトにはすでに何も質問と回答がありませんが、これはどのように行うべきかを教えてくれます。 –