Commit bbf0d721 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

feh(1): Add example for showing only landscape-mode pictures

parent d63e1cdd
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1954,6 +1954,12 @@ Show some EXIF information, extracted by exifprobe/exifgrep
Recursively remove all images with dimensions below or equal to 1000x800 pixels
from the current directory.
.
.It feh -L '%w %h %f' \&| awk '{ if \&($1 > $2\&) { print $0 } }' \&| cut -d ' ' -f 3- \&| feh -f -
.
Show landscape pictures
.Pq image width greater than height
in the current directory.
.
.El
.
.