Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. # some more ls aliases
  2. alias ll='ls -lGF'
  3. alias la='ls -AG'
  4.  
  5. # commented out in preference to using GREP_OPTIONS
  6. #alias grep='grep --color=auto'
  7. #alias fgrep='fgrep --color=auto'
  8. #alias egrep='egrep --color=auto'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement