Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux resize images in folder

/*resize all jpg images to 50px width in current folder*/
sudo apt-get install imagemagick -y
mogrify -resize 50x ./*.jpg 
Comment

resize all images in folder linux

mogrify -resize 1000 *.jpg
Comment

PREVIOUS NEXT
Code Example
Shell :: linux user expiration 
Shell :: windows unable to format protected usb 
Shell :: bash remove random files from directory 
Shell :: get pid of proccess 
Shell :: What command can you type to perform a system state backup? 
Shell :: git ignore more then 10MB 
Shell :: remove a folder in linux command 
Shell :: ./utserver: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory 
Shell :: how to merge child branch to master branch in git 
Shell :: conEMU alias / 
Shell :: pecl install specific version 
Shell :: unix rename file 
Shell :: fast downloader command line 
Shell :: wget typo3 8 
Shell :: remove remote origin git 
Shell :: unable to load the service index for source https //www.myget.org/f/dotnet-core/api/v3/index.json 
Shell :: "set -x " bash 
Shell :: windows execute file command 
Shell :: install bazel ubuntu 20.04 
Shell :: curl detailed response 
Shell :: git view entire log 
Shell :: bash find touch 
Shell :: reset branch to other branch 
Shell :: what is vi in linux 
Shell :: apt install edge 
Shell :: how to login as root user in kubernetes pod 
Shell :: remove multiple files powershell 
Shell :: cli50 docs 
Shell :: aws cli cloudformation list stacks 
Shell :: Remove duplicated files from git 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =