From bc7f66ca7d0a62d7d361856c6f41da6135b15537 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 24 May 2014 12:18:51 +0800 Subject: [PATCH 1/2] johnhoow translating --- .../How to take a screenshot from the command line on Linux.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sources/tech/How to take a screenshot from the command line on Linux.md b/sources/tech/How to take a screenshot from the command line on Linux.md index 59ccf57da1..f438f3536e 100644 --- a/sources/tech/How to take a screenshot from the command line on Linux.md +++ b/sources/tech/How to take a screenshot from the command line on Linux.md @@ -1,3 +1,5 @@ +translating by johnhoow... + How to take a screenshot from the command line on Linux ================================================================================ There are various flavors of Linux screenshot utilities, including desktop-specific screenshot programs (e.g., KSnapshot for KDE, gnome-screenshot for GNOME, Screenshooter for Xfce), or general screenshot utilities (e.g., Shutter). One of unique screenshot utilities is Scrot (short for "SCReen shOT"), which is a **command-line screenshot utility**. While its interface is minimalistic, Scrot is, feature-wise, as powerful as other dedicated GUI-based screen capture tools. For example, Scrot supports delayed screenshot, adjustable quality/size, command line pipelining, etc. If you are one of those command line junkies, Scrot is a useful tool to add to your arsenal. In this tutorial, I will describe **how to take a screenshot from the command line with Scrot**. From e7a70af2c516193db65ab066d9c5066b60a9337b Mon Sep 17 00:00:00 2001 From: John Date: Sat, 24 May 2014 13:05:44 +0800 Subject: [PATCH 2/2] . --- .../How to take a screenshot from the command line on Linux.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/sources/tech/How to take a screenshot from the command line on Linux.md b/sources/tech/How to take a screenshot from the command line on Linux.md index a54c9167b0..1f2fd8b817 100644 --- a/sources/tech/How to take a screenshot from the command line on Linux.md +++ b/sources/tech/How to take a screenshot from the command line on Linux.md @@ -1,6 +1,3 @@ - ->>>>>>> 1bd34edaaab188663f64e94507b157ac82ed8d96 - How to take a screenshot from the command line on Linux ================================================================================ There are various flavors of Linux screenshot utilities, including desktop-specific screenshot programs (e.g., KSnapshot for KDE, gnome-screenshot for GNOME, Screenshooter for Xfce), or general screenshot utilities (e.g., Shutter). One of unique screenshot utilities is Scrot (short for "SCReen shOT"), which is a **command-line screenshot utility**. While its interface is minimalistic, Scrot is, feature-wise, as powerful as other dedicated GUI-based screen capture tools. For example, Scrot supports delayed screenshot, adjustable quality/size, command line pipelining, etc. If you are one of those command line junkies, Scrot is a useful tool to add to your arsenal. In this tutorial, I will describe **how to take a screenshot from the command line with Scrot**.