Mac Os X Unix Software

what do you mean by packages? is vi a package? most UNIX utilities and programs are just single files. want to know what UNIX utilities you have available? try this:
Code:
% ls `echo $PATH | sed 's/:/ /g'` | more
 
Back
Top