Added record sound via rec
[grml-tips.git] / grml_tips
index 641eb8b..7e31b02 100644 (file)
--- a/grml_tips
+++ b/grml_tips
@@ -2811,3 +2811,10 @@ Bypass the password of a PDF file:
 
 % gs -q -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=output.pdf input.pdf -c quit
 -- 
+Record sound:
+
+% rec test.aiff
+
+This will record a AIFF audio file.
+-- 
+