[Assorted-commits] SF.net SVN: assorted: [535] shell-tools/trunk/README
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-02-29 07:07:30
|
Revision: 535 http://assorted.svn.sourceforge.net/assorted/?rev=535&view=rev Author: yangzhang Date: 2008-02-28 23:07:34 -0800 (Thu, 28 Feb 2008) Log Message: ----------- more updates to readme Modified Paths: -------------- shell-tools/trunk/README Modified: shell-tools/trunk/README =================================================================== --- shell-tools/trunk/README 2008-02-29 07:05:10 UTC (rev 534) +++ shell-tools/trunk/README 2008-02-29 07:07:34 UTC (rev 535) @@ -73,6 +73,10 @@ `normalize` Given a list of numbers, return the numbers Some Haskell normalized to their sum. implementation +`randlines` Select random lines from a file. Python, + [Python + Commons] + `rmhead` Remove the first $n$ lines of a file. bash `rmtail` Remove the last $n$ lines of a file. (Same as bash @@ -96,7 +100,8 @@ bunch of interesting pipe redirection. -------------------------------------------------------------------------------- -[HSH]: http://software.complete.org/hsh +[HSH]: http://software.complete.org/hsh/ +[Python Commons]: http://assorted.sf.net/python-commons/ Usage ----- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |