grepでcsvファイルの特定列から抽出する

| No Comments | No TrackBacks



grepは行中の文字列を探し出すわけだが,csvの特定列にある文字列だけを対象にしてgrepするときにはどうすればよいか。


grepは正規表現が使えるようなので,正規表現でcsvを記述すれば何とかなりそう。



grep -e ".*\,.*\,string\," file.txt



こうすることで,file.txtというファイルの3番目の列のstringという文字列を検索して表示してくれる。


#本当にこんなんでいいのかな(^^;?


No TrackBacks

TrackBack URL: http://mirahouse.jp/mtos/mt-tb.cgi/664

Leave a comment

About this Entry

This page contains a single entry by rnaito published on May 15, 2006 11:15 PM.

DNS Report was the previous entry in this blog.

IOSのアップグレード is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.