Ψάχνω να βρω τα ψευδώνυμα. Πρώτη λεπτομέρεια, φυσικά υπάρχουν:
$ alias alias egrep='egrep --color=auto' alias fgrep='fgrep --color=auto' alias grep='grep --color=auto' alias l.='ls -d .* --color=auto' alias ll='ls -l --color=auto' alias ls='ls --color=auto' alias which='alias | /usr/bin/which --tty-only --read-alias --show-dot --show-tilde'
Το πρόβλημα είναι ότι δεν τα βρίσκω πουθενά! πχ: $ cat .bashrc # .bashrc
# Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi
# User specific aliases and functions
όπως βλέπετε δεν είναι στο "~/.bashrc" αλλά δεν είναι ούτε στο "~/.bash_profile", ούτε στο "/etc/profile", ούτε στο "/etc/bashrc". Επίσης "~/.bash_login" δεν υπάρχει.
Πού είναι;