2023 Feb. 23.
各行にテキストファイルのファイルパスが書かれたテキストファイルを読み込み、書かれた各テキストファイルの文字コード・改行コードを標準出力するシェルスクリプト
usage: readEachLineStdOutCharCodeReturnCode.sh TEXTFILE
Read line by line from TEXTFILE.
Each line has a path of a text-file.
Standard-out char-code and return-code of the text-file.
コード参照先
https://bitbucket.org/arsmus/shell-script-public/src/master/text-file/readEachLineStdOutCharCodeReturnCode.sh