To find your current resolution in a Linux shell you can use:
xdpyinfo | grep dim
dimensions: 3840×3600 pixels (1015×951 millimeters)
To find your current resolution in a Linux shell you can use:
xdpyinfo | grep dim
dimensions: 3840×3600 pixels (1015×951 millimeters)
To use OR when you are doing a grep search use the \| characters to separate the items you are searching for.
cat text_to_search_in | grep 'first\|second\|third'