|
|
|
Change screen resolution on the command line
It's nice that you formatted the program's output to make it readable to <b>humans</b>... but it's a lot more useful if you make the output easy to integrate with other command line utilities.
Change screen resolution on the command line
I'd say if you are skilled enough to be writing shell scripts that pipe the output of one command to another, then I'd venture a guess that you are familiar enough with
Change screen resolution on the command line
If you want want to list only one resolution per line, just add this:
| grep -v "Available" | tr -s "[:space:]" "\n"
to the command, i.e:
screenresolution list | grep -v "Available" | tr -s "[:space:]" "\n"
That's it. |
SearchFrom our Sponsor...Latest Lion HintsWhat's New:HintsNo new hintsComments last 2 days
Links last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2013 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Powered by Geeklog Created this page in 0.09 seconds |
|