bash

画像のサイズを一度に変更する方法

332日目 $ sudo apt install imagemagick $ ls -l total 14004 -rw-r--r-- 1 tsaeki tsaeki 4207534 11月 30 18:30 P_20191201_112856.jpg -rw-r--r-- 1 tsaeki tsaeki 2538700 11月 30 18:30 P_20191201_112900.jpg -rw-r--r-- 1 tsaeki tsaeki 4956622 11…

Shell Parameter Expansion

34日目 この記事を見て dev.classmethod.jp この書き方を初めて見て調べてみました。 printf "processing ... %s\r" "${chars:$i:1}" マニュアルを確認 tiswww.case.edu ${parameter:offset:length} This is referred to as Substring Expansion. It expands…