Skip to content

Latest commit

 

History

History
executable file
·
15 lines (13 loc) · 497 Bytes

echo.md

File metadata and controls

executable file
·
15 lines (13 loc) · 497 Bytes
layout title permalink resource
page
echo
/echo/
true

Use "echo" to identify the search path for the executable files that I'm using. For example, my "ping" utility is coming from /usr/sbin/ping:

[gmcmillan@suncs9 ~]% which ping /usr/sbin/ping [gmcmillan@suncs9 ~]% echo $path /home/gmcmillan/bin /tools/pkgs/framemaker/6.0/bin /tools/bin /tools/share/cad/bin /usr/dt/bin /usr/openwin/bin /usr/ucb /bin /usr/bin /usr/ccs/bin /tools/pkgs/syscad /sbin /usr/sbin [gmcmillan@suncs9 ~]%