From: Joerg Woelke Date: Wed, 18 Aug 2010 14:20:03 +0000 (+0200) Subject: grmlzshrc.t2t: Docs for some functions. X-Git-Tag: v0.3.84~24 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=08b620f9509a55bfc633bfaf50fd94065d72b633;hp=5489c332ac37140d8593c4eeba86720bb804a81c;p=grml-etc-core.git grmlzshrc.t2t: Docs for some functions. get_tw_cli(), apache2-ssl-certificate(), nt(). --- diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index 0b1bc34..5fc5c2c 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -453,6 +453,9 @@ sequences) and the colors they represent. Pressing the 'asdf' keys toggles between dvorak or neon and us keyboard layout. +: **apache2-ssl-certificate()** +Advices the user how to create self signed certificates. + : **asc()** Login on the host provided as argument using autossh. Then reattach a GNU screen session if a detached session is around or detach a currently attached screen or @@ -551,6 +554,9 @@ thumbnails as clickable links to the respective original file. //Warning:// On start genthumbs() silently removes a possibly existing "index.html" and all files and/or directories beginning with "thumb-" in current directory! +: **get_tw_cli()** +Fetches 3ware RAID controller software using get_3ware(1). + : **greph()** Searches the zsh command history for a regular expression. @@ -670,6 +676,18 @@ Lists files in current directory, which have been modified within the last N days. N is an integer to be passed as first and only argument. If no argument is specified N is set to 1. +: **nt()** +A helper function for the "e" glob qualifier to list all files newer +than a reference file. +\ +Example usages: +``` +% NTREF=/reference/file +% ls -l *(e:nt:) +% # Inline: +% ls -l *(e:'nt /reference/file':) +``` + : **ogg2mp3_192()** Recodes an ogg file to mp3 with a bitrate of 192.