dl-fldigi/fldigi_doxygen/user_src_docs/global_tiff_file_convert_to.sh

3 wiersze
234 B
Bash

find . -depth -type f -name "*.tiff" -exec sh -c 'convert "$1" "$(dirname "$1")/$(basename "$1" .tiff).png"' _ {} \;
find . -depth -type f -name "*.tiff" -exec sh -c 'convert "$1" "$(dirname "$1")/$(basename "$1" .tiff).png"' _ {} \;