Hi Chris, The output is:
es un alias de `cd ~' ( . is an alias of "cd ~") My apologies. Some days ago I tested aliases to best use and tested this, but not deleted. On restarting system I forgot completely. Sorry. >From now I use first, type "alias to use". Corrected the mistake, the output is: es una orden interna del shell (. is an internal order of the shell) Thanks for your time, and for the lesson (don't worry, every day is a learning day). If I can help, please let me know. Greetings. Jose Luis ---Mensaje original--- On 2013-02-25 21:27, Uroz Gonzalez, Jose Luis wrote: > Configuration Information [Automatically generated, do not change]: > Machine: i686 > OS: linux-gnu > Compiler: gcc > Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash' -DSHELL -DHAVE_CONFIG_H -I. -I../bash -I../bash/include -I../bash/lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall > uname output: Linux xubuntu-ugy 3.2.0-38-generic-pae #61-Ubuntu SMP Tue Feb 19 12:39:51 UTC 2013 i686 athlon i386 GNU/Linux > Machine Type: i686-pc-linux-gnu > > Bash Version: 4.2 > Patch Level: 24 > Release Status: release > > Description: > On open console/terminal the aliases on .bash_aliases don't are avalaible. > > Repeat-By: > A.- Open terminal > B.- type/call any alias in ".bash_aliases" e.g. cls > C.- Press enter > D.- Message error "No se ha encontrado la orden «cls» pero hay 18 similares > cls: no se encontró la orden" > > Fix: > Prepend a slash "\" to dot on .bashrc. > This: > . ~/.bash_aliases > To this: > \. ~/.bash_aliases > > > Something is really wrong with your shell configuration if you have to do this. What is the output of `type .`? Chris