Skip to content

Instantly share code, notes, and snippets.

@corrupt952
Created December 10, 2013 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save corrupt952/7891423 to your computer and use it in GitHub Desktop.
Save corrupt952/7891423 to your computer and use it in GitHub Desktop.
仕事で使用するかもしれないので忘れないようにメモ
while read LINE; do
echo "${LINE}"
done < file.txt
csvファイルを読み込んで編集する場合は、
echoの結果をcutコマンドで「,」をdelimiterにする。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment