Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to know screen resolution linux

$ xrandr | fgrep '*'
Comment

linux cli see screen resolution

// On X.org (Tested on Debian Buster)
xrandr | grep current | cut -d" " -f8-10 | cut -d"," -f1
Comment

PREVIOUS NEXT
Code Example
Shell :: replace delimiter for enter command 
Shell :: how to start cron job 
Shell :: docker kill running container(s) 
Shell :: install rclone FOR UBUNTU 
Shell :: bash if 
Shell :: curl send to ip 
Shell :: tar multiple files in linux 
Shell :: until loop bash 
Shell :: bash regex if condition 
Shell :: datatable npm install 
Shell :: how to delete command from terminal history 
Shell :: vlc ubuntu 
Shell :: find linux 
Shell :: docker start exited container 
Shell :: whereis 
Shell :: kill a process linux 
Shell :: add ssh keys to github 
Shell :: fix kde root themes 
Shell :: npm cors api use 
Shell :: kafka confluent download 
Shell :: how to remove amplify from system globally 
Shell :: git got to previous commit 
Shell :: update psql version 
Shell :: extract rar linux 
Shell :: android sdk ubuntu 
Shell :: github actions set ssh key 
Shell :: bash parameter 
Shell :: how to install linux 
Shell :: mac Running setup.py install for pyodbc did not run successfully. 
Shell :: bash command to clean up log files in /var/log 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =