|
|
 |
Published by Yasuo Yamashita
Click here for more information about this publisher...
|
 |
|
Date Posted: |
November 9th, 2003
|
|
|
Last Updated: |
November 9th, 2003
|
|
|
License: |
GPL |
|
|
Downloads: |
117 total; 1 recently |
|
|
Page Views: |
6,651 total |
|
|
User Rating: |
awaiting 10 votes |
 |
|
Jump to the Downloads section |
|
About which:
which - shows the full path of (shell) commands.
"whence" shell function is defined in /etc/profile, and aliased to which. Yes, "whence/which" shows the full path of commands, but this external command "which" is more powerful.
sample(.profile):
function which()
{
(alias; declare -f) | /boot/home/config/bin/which --tty-only --read-functions --show-tilde --show-dot $@
}
export -f which
alias which='which'
sample(.tcshrc):
alias which 'alias | /boot/home/config/bin/which --tty-only --read-alias --show-dot --show-tilde'
|
 |
|
 |
Latest Version |
 |
|
 |
| |
 |
|
Details about this version:
latest version.
|
| |
 |
|
Intel Version - requires R5 (25 KB) |
117 downloads |
|
 |
|
 |
 |
| |
  |
[rating: 10] |
|
 |
Primary Location |
|
|
| Add Additional Location |
 |
|
 |
|
| Source Available |
 |
 |
 |
 |
 |
Recent Talkback comments:
also - mmu_man
|
|
Like this app? Have questions or comments?
Why not tell the author? Use the "e-mail publisher" link to get in touch with the publisher; they usually love getting feedback.
|
|
|