10 August 2012

Screen Shot using Terminal in Ubuntu

Leave a Comment

Ubuntu provide gnome-screenshot command to take screen shot using terminal.

1. Capture entire screen

$ gnome-screenshot

2.Capture only the current window

$ gnome-screenshot -w

3.Take Screenshot after some delay

$ gnome-screenshot -w -d 5

-d 2 used here to delay the screen shot by 5 seconds.

4. Capture a particular area

$ gnome-screenshot -a

5. Take screen shot including window border

$ gnome-screenshot -w -b

-b option include window border.



6. Take screen shot excluding window border

$ gnome-screenshot -w -B

-B option exclude window border.


That's it.
Enjoy :)


If You Liked This Post Please Take a Time To Share This Post

You May Also Like...

0 comments:

Post a Comment