[sed]【1行野郎】特定の文字から特定の文字が現れるまでの区間を抽出し、最終行を削除する
本シリーズのトップページ |
---|
https://qiita.com/robozushi10/items/5d1313fa11ede179ddad |
概要
後述の図のように、
「Containers:」の開始から「Conditions:」が現われるまでを抽出し、その後に最終行を削除する
$ kubectl describe pods init-sample | \
sed -n '/^Containers:/,/Conditions:/p' | \
sed '$d'
Author And Source
この問題について([sed]【1行野郎】特定の文字から特定の文字が現れるまでの区間を抽出し、最終行を削除する), 我々は、より多くの情報をここで見つけました https://qiita.com/robozushi10/items/541179c826cc9ea5f1ea著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .