Próbuję zapisać markę aparatu do var w moim skrypcie bash. Jeśli użyję:
exiftool -make x.jpg
Zwraca to:
MAKE : SAMSUNG
Potrzebuję go, aby zwrócić tylko wartość, bez klucza i dwukropka. Co ja robię źle?
Ze strony podręcznika:
-s (-short)
Short output format. Prints tag names instead of descriptions.
Add up to 3 -s options for even shorter formats:
-s - print tag names instead of descriptions
-s -s - no extra spaces to column-align values
-s -s -s - print values only
więc,
exiftool -s -s -s -make x.jpg
i tam jesteś.
Użyj
-b
:Ze strony podręcznika:
Podkreśl mój; robi to, co jest napisane na puszce!
źródło