bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: question


From: Chet Ramey
Subject: Re: question
Date: Wed, 12 Nov 2003 12:43:21 -0500

> 
> Hello,
> 
> is there a simple bash equivalent to the following ksh code:
> 
> set -A ntype $(sed -n '6 p' $file)

ntype=( $(sed -n '6 p' $file) )

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
( ``Discere est Dolere'' -- chet )
                                                Live...Laugh...Love
Chet Ramey, ITS, CWRU    chet@po.cwru.edu    http://tiswww.tis.cwru.edu/~chet/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]