X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=doc%2Fgrmlzshrc.t2t;h=5fc5c2c8311f440cd0823e268f2484e4eb521078;hb=08b620f9509a55bfc633bfaf50fd94065d72b633;hp=0b1bc340fae3b95e3384093fb70f51bb57d72723;hpb=5489c332ac37140d8593c4eeba86720bb804a81c;p=grml-etc-core.git 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.