bash の備忘録#

find#

作図したファイルを探す.図のファイル名をhoo.pdfとすると

find . -name "*.py" | xargs grep hoo.pdf

でhoo.pdfを作成したpythonファイル(current directory)を列挙することができる.