Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

resize image command-line recursively on all files

#creates copies of the images
find . -name "*.jpg" | xargs convert -resize 50%
# convert them in place, you can use:
find . -name "*.jpg" | xargs mogrify -resize 50%
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu 20 install lib32ncurses5 
Shell :: create new item from terminal 
Shell :: vs code toggle soft warap 
Shell :: give all privileges to single player minetest 
Shell :: linux replace string in files recursively 
Shell :: how to check prime number in shell script 
Shell :: restart docker daemon 
Shell :: number fo files prestn in gcs bucket command 
Shell :: list python versions bash 
Shell :: fatal: the remote end hung up unexpectedly 
Shell :: reload hosts file linux 
Shell :: kali linux gui in wsl2 
Shell :: git stash apply specific index 
Shell :: Ubuntu 18.04 Mouse right click not working 
Shell :: git disable pgp 
Shell :: laravel view.engine.resover not exists 
Shell :: sqlite3 attempt to write a readonly database 
Shell :: installation directory must be on local hard drive 
Shell :: linux permission denied jupyter notebook 
Shell :: pip uninstall all 
Shell :: target lcobucci jwt parser is not instantiable while building laravel passport 
Shell :: powershell find in history 
Shell :: windows apps how to create shortcut 
Shell :: qcow2 to vdi 
Shell :: laravel 8 composer install 
Shell :: how to make a githook file executable 
Shell :: ver espacio en disco linux 
Shell :: install php on wsl2 
Shell :: fetch all branches 
Shell :: telegram on arch linux 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =