Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

aliases again 1

Status
Not open for further replies.

darfader

Programmer
Aug 6, 2003
38
GB
I would like to store ls -al inside ll, but these don't work

alias ll ls -al
alias ls -al ll
alias ll 'ls -al'
alias 'ls -al' ll
alias ll "ls -al"
alias "ls -al" ll


tia,
 
for what shell?

for sh, ksh, bsh
alias ll='ls -al'

vlad
+----------------------------+
| #include<disclaimer.h> |
+----------------------------+
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top