X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=doc%2Fgrmlzshrc.t2t;h=bba28c0970cf1ec75fdbcc6699a8f3db41e1a84a;hb=d623fde1f79fe3d0704c94a9b3114df172d3cf49;hp=6cd01c3ae20e6adde25b7ee87ff148c9dddd91a2;hpb=c9726efc0f6baf5cc1b0144eb6a2b7f5b963e8a0;p=grml-etc-core.git diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index 6cd01c3..bba28c0 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -611,6 +611,10 @@ parameter. Lists images (i. e. files ending with ".jpg", ".gif" or ".png") in current directory. +: **linenr()** +Prints specified range of (numbered) lines of a file. +Usage: linenr [,] + : **makereadable()** Creates a PostScript and a PDF file (basename as first argument) from source code files. @@ -788,6 +792,17 @@ line options, she always wants, in her .zshrc.local. : **vman()** Use vim(1) as manpage reader. +: **whatwhen()** +Searches the history for a given pattern and lists the results by date. +The first argument is the search pattern. The second and third ones are +optional and denote a search range (default: -100). + +: **weather()** +Retrieves and prints weather information from "http://weather.noaa.gov". +The first and only argument is the ICAO code for the desired station. +For a list of ICAO codes see +"http://en.wikipedia.org/wiki/List_of_airports_by_ICAO_code". + : **xcat()** Tries to cat(1) file(s) given as parameter(s). Always returns true. See also xunfunction() below.