Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Sat, 7 Jun 2003 05:33:56 +0100 From: Elfyn McBratney X-X-Sender: elfyn AT ellixia Reply-To: cygwin AT cygwin DOT com To: Constantine cc: cygwin AT cygwin DOT com Subject: Re: ll, la and h In-Reply-To: <3EE1689D.20507@rbcmail.ru> Message-ID: References: <3EE1689D DOT 20507 AT rbcmail DOT ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sat, 7 Jun 2003, Constantine wrote: > Hello! > > I am a FreeBSD user. I always get an error on cygwins' bash shell that > there are no such commands as ll, la and h. How can I add aliases to > these commands to the standard bash shell under cygwin? I have tried to > copy .cshrc and .shrc from FreeBSD ~ to cygwin ~, and restarting the > shell, but it does not seem to help, does it? If you stick something like [elfyn AT ellixia libxslt-1.0.27-1]$ cat ~/.rc/aliases # ~/.rc/aliases: Shell Aliases # # This file contains Bash shell aliases for programs # and scripts. # Directory listings alias ls='/bin/ls --color=tty' alias la='/bin/ls -a --color=tty' alias ll='/bin/ls -l --color=tty' alias lal='/bin/ls -al --color=tty' [...] this in your `~/.bash_profile' file (or add them globaly in a script in `/etc/profile.d') you'll have you ls aliases. I don't know what h is an alias for, though. `head' perhaps? Anyhow, that should be enough to get you your aliases. IIRC, your shell (bash) will have to be a login shell for `~/.bash_profile' to be sourced. Elfyn -- Elfyn McBratney (mailto:spambot AT is DOT ubertales DOT co DOT uk) Systems Administrator ABCtales.com / Ubertales.co.uk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/