The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #7 (permalink)  
Old 07-05-2009
chipmunken chipmunken is offline
Registered User
  
 

Join Date: Jun 2009
Location: sweden, stockholm
Posts: 10
Quote:
Originally Posted by laurentv View Post
You could use bash aliases ...
in your home directory edit a .bashrc file and add alias:
alias lsp='ls -l|more'
alias ll='ls -ail'
...
whar I was thinking about when I was reading first post