meta

what's the meta about say it ditto dot net?

User Tools

Site Tools


terminal:bin

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
terminal:bin [2025/05/28 00:04] meloterminal:bin [2025/05/28 00:05] (current) – [resize img] melo
Line 32: Line 32:
 TMPDIR="/home/kat/Pictures/Camera/tmp-resize" TMPDIR="/home/kat/Pictures/Camera/tmp-resize"
  
-cd ${WD}+cd ${WORKDIR}
  
 for f in *.jpg; do mv $f ${TMPDIR} && cd ${TMPDIR} && magick -size 3000x4000 $f -resize 40% "../${f%.*}-resized.jpg" && rm -rf $f; done for f in *.jpg; do mv $f ${TMPDIR} && cd ${TMPDIR} && magick -size 3000x4000 $f -resize 40% "../${f%.*}-resized.jpg" && rm -rf $f; done
 </code> </code>
terminal/bin.txt · Last modified: by melo

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki