Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save y56/05c89c962c8177aec35616943390ec55 to your computer and use it in GitHub Desktop.
Save y56/05c89c962c8177aec35616943390ec55 to your computer and use it in GitHub Desktop.
Ubuntu – How To Take Screenshot From Command Line
https://sourcedigit.com/20306-ubuntu-take-screenshot-from-command-line/
====
Skip to primary navigation
Skip to main content
Skip to primary sidebar
Source Digit
Source Digit
Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos
Home
How To
Ubuntu
Instagram
Blogging
Android
WordPress
+More
Write for Us
Home / How To / Ubuntu – How To Take Screenshot From Command Line
Ubuntu – How To Take Screenshot From Command Line
By Sourabh / April 22, 2019 Category: How To, Ubuntu
How to Take a Screenshot from Terminal on Ubuntu Linux. Shortcut key to take screenshot in Ubuntu. Learn Ubuntu screenshot shortcut and command to capture screen in Ubuntu.
Shortcut key to take screenshot in Ubuntu
Screenshot-Ubuntu
Type the command “gnome-screenshot” to take screenshot. This command in similar to use print screen or using screenshot tool.
$ gnome-screenshot
Capture the Current Window:
Type the command “gnome-screenshot -w” to take screenshot of th current window. It is similar to take screenshot of the current active window.
$ gnome-screenshot -w
Take Screenshot After Some Time Delay:
To take screenshot after some delay in seconds, use the command “gnome-screenshot -w -d 2” to take screenshot. The option -d 2 is used for take screenshot after a delay of 2 seconds.
$ gnome-screenshot -w -d 2
Capture a Particular Window Area:
To take screenshot of a particular window area, use the -a option with the command “gnome-screenshot”.
$ gnome-screenshot -a
Take Screenshot With or Without Window Border:
You can also take screenshot with or without screen window border – including or excluding the window border. Type the command “gnome-screenshot” with -b/-B options.
Including the window border:
$ gnome-screenshot -w -b
Excluding the window border:
$ gnome-screenshot -w -B
Tags: Command Line Screenshot Windows, Gnome-screenshot Command, Gnome-Screenshot Command Line, Gnome-screenshot Command Ubuntu, Gnome-screenshot Command Use, Gnome-Screenshot Save To File, How To Print Screen In Ubuntu, How To Take Screenshot In Linux Redhat, How To Use Gnome-screenshot Command, Imagemagick Import, Lubuntu Screenshot, Shortcut Key To Take Screenshot In Ubuntu, Ubuntu Gnome-screenshot Command, Ubuntu How To Take Screenshot From Command Line, Ubuntu Screen Capture Video, Ubuntu Screenshot Area, Ubuntu Screenshot Crop, Ubuntu Screenshot Shortcut, Ubuntu Screenshot Tool, Ubuntu Take Screenshot Area, Ubuntu Take Screenshot Command Line, Ubuntu Take Screenshot From Command Line, Ubuntu Take Screenshot Of Window
Reader Interactions
Primary Sidebar
Latest Posts
5 Best SEO Link Building Tools – 2020 Edition
Get These New OnePlus 8 Stock Wallpapers – OnePlus Wallpaper 4k Download
Install Mark Text Markdown Editor On Ubuntu Linux
Screencast For Linux Ubuntu – How To Record Your Linux Desktop
Install Java 14 on Ubuntu – Download & Install Oracle JDK 14 on Ubuntu Linux
Download Ubuntu 20.04 Wallpaper – Official Wallpaper Ubuntu 20.04
Google Chrome SEO Extensions – 10 Best Google Chrome Extensions for SEO
Ubuntu 20.04 Release Date and Ubuntu 20.04 Code Name
How To Switch To Creator Account On Instagram
WordPress Plugins To Optimize And Compress Images
© 2020 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos
Home
About
Privacy Policy
Terms & Conditions
Contact Us
Sitemap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment