From owner-freebsd-questions@FreeBSD.ORG Fri Jan 30 14:53:54 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E15A716A4CF for ; Fri, 30 Jan 2004 14:53:54 -0800 (PST) Received: from postino-2.etat.lu (postino-2.etat.lu [194.154.205.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CC8643D3F for ; Fri, 30 Jan 2004 14:53:52 -0800 (PST) (envelope-from didier.wiroth@mcesr.etat.lu) Received: from avirus-1.cie.etat.lu (dispatch-1.cie.etat.lu [148.110.137.6]) by postino-2.etat.lu (Postfix) with ESMTP id B892411FA4 for ; Fri, 30 Jan 2004 23:53:50 +0100 (CET) Received: from avirus-1.cie.etat.lu (dispatch-1.cie.etat.lu [148.110.137.6]) by localhost (CIE ESMTP Dispatch 1) with ESMTP id 8107EA7 for ; Fri, 30 Jan 2004 23:53:50 +0100 (CET) Received: from hermes-2 (hermes-2.cie.etat.lu [148.110.136.57]) 70F24A5 for ; Fri, 30 Jan 2004 23:53:50 +0100 (CET) Received: from conversion-daemon.mail.etat.lu by mail.etat.lu (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) id <0HSB00001QUOZQ@mail.etat.lu> for freebsd-questions@freebsd.org; Fri, 30 Jan 2004 23:53:50 +0100 (MET) Received: from etat.lu (mail.etat.lu [148.110.136.60])18 2003)) freebsd-questions@freebsd.org; Fri, 30 Jan 2004 23:53:50 +0100 (MET) Received: from [192.168.1.74] by mail.etat.lu (mshttpd); Fri, 30 Jan 2004 23:53:50 +0100 Date: Fri, 30 Jan 2004 23:53:50 +0100 From: Didier Wiroth To: freebsd-questions@freebsd.org Message-id: <46794d61.4d614679@etat.lu> MIME-version: 1.0 X-Mailer: iPlanet Messenger Express 5.2 HotFix 1.14 (built Mar 18 2003) Content-type: text/plain; charset=us-ascii Content-language: fr Content-transfer-encoding: 7BIT Content-disposition: inline X-Accept-Language: fr Priority: normal Subject: convert .cshrc to .bashrc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2004 22:53:55 -0000 Hi, I'm almost new to freebsd about a few month now. It took me some while to learn how to customize my .cshrc file. I would like to switch to bash2 now. 1) I was wondering if there is a tool (from the ports collection) that can automatically convert my customized .cshrc to a .bashrc compatibel file (converting aliases, path stuff, prompt etc). 2) Is there a skeleton (dot.bashrc) file somewhere I can download somewhere for bash, like the dot.cshrc. Many thanks