$ 0 0 コマンドチートシート cat # 行番号を表示させる cat -n ファイル名 # 実用例 cat -n ファイル名 | grep -e "hoge" ->hogeを含む文字の行数を確認する ca…