notes on bash
This commit is contained in:
parent
39a486950d
commit
260ccbae90
17
bash.mdwn
Normal file
17
bash.mdwn
Normal file
@ -0,0 +1,17 @@
|
||||
# Bash
|
||||
|
||||
## Manipulation d'image
|
||||
|
||||
## Appliquer à toutes les fichiers d'un dossier
|
||||
|
||||
for i in $; do quoiFaire; done
|
||||
|
||||
### Modifier la taille d'une image
|
||||
|
||||
convert IMG -resize 50% new_IMG
|
||||
|
||||
### Tourner en fonction des données exif
|
||||
|
||||
convert IMG -auto-orient new_IMG
|
||||
|
||||
|
@ -2,3 +2,4 @@
|
||||
|
||||
* [[Python]]
|
||||
* [[R]]
|
||||
* [[Bash]]
|
||||
|
Loading…
Reference in New Issue
Block a user