Need shell scripters to test Bash patch
William Park
opengeometry-FFYn/CNdgSA at public.gmane.org
Sat Jan 10 00:15:16 UTC 2004
On Fri, Jan 09, 2004 at 05:56:28PM -0500, William Park wrote:
> 1. help case
> help for
> help match
> help array
> help arrayfilter --> it's Python thing.
> help arraymap --> it's Python thing.
> help read
> help echo
Also,
help [[
> -j option would be useful for cutting like 'cut' but with string not
> just a character. Eg.
> b="$a"
> array -j '..' b && array b --> abc..123..xyz..789..123..789
> b=()
> array -j '..1' b $a && array b --> abc 23..xyz..789 23..789
Typo...
b=`array -j '..' a` && echo $b -->
a=()
array -j '..1' a $b && array a -->
--
William Park, Open Geometry Consulting, <opengeometry-FFYn/CNdgSA at public.gmane.org>
Linux solution for data management and processing.
--
The Toronto Linux Users Group. Meetings: http://tlug.ss.org
TLUG requests: Linux topics, No HTML, wrap text below 80 columns
How to UNSUBSCRIBE: http://tlug.ss.org/subscribe.shtml
More information about the Legacy
mailing list