タグ

howtoとsedに関するjjzakのブックマーク (2)

  • 電子書籍.club - 

    This webpage was generated by the domain owner using Sedo Domain Parking. Disclaimer: Sedo maintains no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo nor does it constitute or imply its association, endorsement or recommendation.

  • sed の使い方

    Top Pageに戻る。 sed の使い方 テキストをちょっと加工するには「sed」が便利。 sedの使い方を簡単にまとめておきました。 Windowsで使いたいならば、 dos用のsedがvectorに ありました。 目次 基的な使い方 スクリプトファイルの書き方 スクリプトファイルの基形式 「命令」とは 「実行条件」とは ループ 正規表現 基 正規表現にマッチした部分を置き換え後の文字列に使う 例 aaaからbbbに囲まれた部分を抽出する、削除する ピリオドごとに改行を追加 改行をすべて削除 YYYYMMDDをYY-MM-DDに リンク 1.基的な使い方 たとえば nantoka.sed というスクリプトファイルで inputfile.txt というファイルをいじりたいなら、 次のようなコマンドを実行する。 sed -f nantoka.sed inputfile.txt ちょ

  • 1