Skip to content

Instantly share code, notes, and snippets.

@hacheraw
Last active February 22, 2022 18:09
Show Gist options
  • Save hacheraw/46c08a209a0d21a853b78e0b23d34583 to your computer and use it in GitHub Desktop.
Save hacheraw/46c08a209a0d21a853b78e0b23d34583 to your computer and use it in GitHub Desktop.
Chuleta de comandos

Sólo notas personales para que mi yo del futuro lo tenga más fácil

Imágenes

Cambiar ppp de imágenes recursivamente

find . -name "*.jpg" -type f | xargs -0 -d '\n' mogrify -density 72 -units PixelsPerInch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment