Horje
linux resize images in folder Code Example
Linux resize image
convert -resize 50% myfigure.png myfigure.jpg
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 




Shell

Related
how to run a command async in ubuntu Code Example how to run a command async in ubuntu Code Example
git push local branch to remote repo Code Example git push local branch to remote repo Code Example
git init git remote add origin git pull Code Example git init git remote add origin git pull Code Example
tar: Cowardly refusing to create an empty archive Code Example tar: Cowardly refusing to create an empty archive Code Example
sed get substring between two characters Code Example sed get substring between two characters Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9