[haiku] Re: How do I get a list of all terminal commands?

  • From: David McPaul <dlmcpaul@xxxxxxxxx>
  • To: haiku@xxxxxxxxxxxxx
  • Date: Thu, 21 Jan 2010 14:39:31 +1100

2010/1/21 Kevin Ar18 <kevinar18@xxxxxxxxxxx>:
> I'm particularly looking for the equivalent of disk utilities like BSD's
> disklabel, fdisk, and newfs.
>
> I'd do with just a simple list of all the commands available in Haiku, since
> I can figure it out from there.  "man" and "help" don't return anything
> useful.
>
> * So, is there a terminal command that will give me a list?
> * If not, a website?
> * Do all of Haiku's commands follow a certain OS or it is a mix of different
> ones?

bash is the scripting environment.  So look for any bash manual/website

ls /bin will give you most command line programs

But anything executable on your path could be used

-- 
Cheers
David

Other related posts: