feh is an X11 image viewer aimed mostly at console users. Unlike most other viewers, it does not have a fancy GUI, but simply displays images.
It is controlled via commandline arguments and configurable key/mouse actions.-- feh website
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # Compare the metadata of two files: | |
| # file type | |
| # permission bits in octal | |
| # raw mode in hex | |
| # user ID of owner | |
| # group ID of owner | |
| # user name of owner | |
| # group name of owner |