Guest User

Untitled

a guest
May 26th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. % alias ls ls -a
  2. % ls
  3. # ls -a output here
  4. % ls
  5. # plain ls output here
  6.  
  7. % alias cd pushd
  8. % cd /tmp
  9. /tmp /tmp
  10. % cd
  11. % dirs
  12. ~ /tmp
  13.  
  14. command ls
  15.  
  16. $(which ls) -lh
Add Comment
Please, Sign In to add comment