$ 0 0 #!/bin/bash # 1行目 lines="path,size (byte),MIME type\n" # 出力ファイル名 output_filename='./file-list.csv' …