17 lines
559 B
Diff
17 lines
559 B
Diff
Description: Character cleanup for UTF-8 compatibility.
|
|
Author: William Vera <billy@billy.com.mx>
|
|
Last-Update: 2008-08-15
|
|
Index: scrot.1
|
|
===================================================================
|
|
--- scrot.1
|
|
+++ scrot.1
|
|
@@ -87,7 +87,7 @@ prints a literal '$'
|
|
\\n prints a newline (ignored when used in the filename)
|
|
.fi
|
|
.SH EXAMPLE
|
|
-scrot '%Y-%m-%d_$wx$h.png' -e 'mv $f ~/shots/'
|
|
+scrot '%Y\-%m\-%d_$wx$h.png' \-e 'mv $f ~/shots/'
|
|
.br
|
|
This would create a file called something like
|
|
2000-10-30_2560x1024.png and move it to your shots directory.
|