From owner-freebsd-questions@FreeBSD.ORG Sun Dec 16 10:40:18 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5124516A417 for ; Sun, 16 Dec 2007 10:40:18 +0000 (UTC) (envelope-from kpachnis@freemail.gr) Received: from smtp.freemail.gr (smtp.freemail.gr [81.171.104.132]) by mx1.freebsd.org (Postfix) with ESMTP id 00FFB13C45D for ; Sun, 16 Dec 2007 10:40:17 +0000 (UTC) (envelope-from kpachnis@freemail.gr) Received: from ariadni.fantasia.ldn (unknown [88.218.48.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.freemail.gr (Postfix) with ESMTP id 552423381AA; Sun, 16 Dec 2007 12:40:17 +0200 (EET) Message-ID: <4765008E.1000704@freemail.gr> Date: Sun, 16 Dec 2007 12:40:14 +0200 From: Konstantinos Pachnis User-Agent: Thunderbird 2.0.0.9 (X11/20071123) MIME-Version: 1.0 To: Zbigniew Komarnicki References: <200712141742.30001.cblasius@gmail.com> In-Reply-To: <200712141742.30001.cblasius@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: csh programing book X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2007 10:40:18 -0000 Zbigniew Komarnicki wrote: > Hello! > > Is there a good programming book for csh as for example for bash (free > available) ? > > For bash is here: > http://tldp.org/LDP/abs/html/ > > Is such book for csh on the net (free available) ? > > Thank you for any hints. > > Best regards, > Zbigniew > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > O'reilly has a book regarding csh & tcsh named Using csh & tcsh but it's not covering programming and it is not free either http://www.oreilly.com/catalog/tcsh/. For shell programming you should consider using an alternative shell such as bash, zsh and/or ksh, all available on FreeBSD ports collection.