Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jan 1999 11:51:58 -0800 (PST)
From:      Dan Busarow <dan@dpcsys.com>
To:        jahanur <jahanur@jjsoft.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: What does it mean
Message-ID:  <Pine.BSF.3.96.990105114954.1250D-100000@java.dpcsys.com>
In-Reply-To: <Pine.BSF.3.96.990105131911.26194A-100000@runner.jjsoft.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 5 Jan 1999, jahanur wrote:
> I am installing a software into FreeBsd 2.2.5 Server.
> In the instruction it said to do this :
> 
> 
> for i in 'cat /mnt/cdrom/courses/list.txt'
> do
>  mkdir $i
>  cd $i
>  tar xvf /mnt/cdrom/courses/$i.tar
>  cd ..
> done
> 
> It was instructed to do this from directory where I want it to be
> installed. It does not what shell to user.
> I do it and it creates dir by the name cat xvf cd and it stops.
> And gives me such as /cdrom/courses/cat not found.

Those single quotes in the first line of the command are supposed
to be accent graves, the back tick.  The key just to the left of
the "1"

Dan
-- 
 Dan Busarow                                                  949 443 4172
 Dana Point Communications, Inc.                            dan@dpcsys.com
 Dana Point, California  83 09 EF 59 E0 11 89 B4   8D 09 DB FD E1 DD 0C 82


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.990105114954.1250D-100000>