![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| man aliases | Pipa | UNIX for Dummies Questions & Answers | 2 | 09-19-2007 07:55 AM |
| /etc/mail/aliases | Kumarsharad | Shell Programming and Scripting | 1 | 07-16-2007 02:57 AM |
| retireving ip aliases | caltiger | High Level Programming | 2 | 09-16-2006 02:36 AM |
| aliases | BG_JrAdmin | UNIX for Dummies Questions & Answers | 1 | 11-30-2005 11:53 PM |
| aliases | mluey61 | High Level Programming | 1 | 04-19-2005 12:30 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
problems with aliases on Mac
so I have my .profile set up as such Code:
##
# DELUXE-USR-LOCAL-BIN-INSERT
# (do not remove this comment)
##
echo $PATH | grep -q -s "/usr/local/bin"
if [ $? -eq 1 ] ; then
PATH=$PATH:/usr/local/bin
export PATH
fi
# Aliases
ALIAS=~/.alias
export ALIAS
.$ALIAS
and my .alias as Code:
# begin .alias alias del="rm -i" alias dir="ls -al" alias search="grep" alias edit="vim" now I must have screwed up because none of my aliases work :*( Im sure its cause Im a *nix noob |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|