Advertisement
babusha

Untitled

May 3rd, 2011
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. babusha:~/Ruby-Scripts/where
  2. $ where python
  3. /usr/sbin/update-python-modules
  4. /usr/bin/python3.1
  5. /usr/bin/python3.2m
  6. /usr/bin/python-config
  7. /usr/bin/python3-config
  8. /usr/bin/dh_python3
  9. /usr/bin/dh_python
  10. /usr/bin/python2.6
  11. /usr/bin/python3.2
  12. /usr/bin/python2.6-config
  13. /usr/bin/python3
  14. /usr/bin/python3.2m-config
  15. /usr/bin/python3.2-config
  16. /usr/bin/dh_python2
  17. /usr/bin/python
  18. babusha:~/Ruby-Scripts/where
  19. $ where -p python
  20. /usr/sbin/update-python-modules
  21. /usr/bin/python3.1
  22. /usr/bin/python3.2m
  23. /usr/bin/python-config
  24. /usr/bin/python3-config
  25. /usr/bin/dh_python3
  26. /usr/bin/dh_python
  27. /usr/bin/python2.6
  28. /usr/bin/python3.2
  29. /usr/bin/python2.6-config
  30. /usr/bin/python3
  31. /usr/bin/python3.2m-config
  32. /usr/bin/python3.2-config
  33. /usr/bin/dh_python2
  34. /usr/bin/python
  35. babusha:~/Ruby-Scripts/where
  36. $ where -h
  37. Use: where [option]
  38. Options:
  39. [file name] File name.
  40. -p Turn off color output.
  41. -h or --help Print help and exit.
  42. babusha:~/Ruby-Scripts/where
  43. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement