Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jan 1999 11:34:04 -0800 (PST)
From:      "K. Marsh" <durang@u.washington.edu>
To:        jahanur <jahanur@jjsoft.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: What does it mean
Message-ID:  <Pine.A41.4.05.9901051131590.17978-100000@goodall2.u.washington.edu>
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'

           ^                               ^
		
Your single quotes are the wrong ones.

wrong ---> '
right ---> `

  Kenneth J. Marsh             University of Washington 
  durang@u.washington.edu        Chemical Engineering


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.A41.4.05.9901051131590.17978-100000>