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

  • From: Lelldorin@xxxxxx
  • To: haiku@xxxxxxxxxxxxx
  • Date: Thu, 21 Jan 2010 08:00:26 +0000

Again

I have compiled the app, here you get all bin tools listed into a textfile 
/boot/home/bintools.txt. libncurses are included



On 2010-01-21 at 07:50:37 [+0000], Lelldorin@xxxxxx wrote:
> Using yab:
> 
> #!/boot/home/config/bin/yab
> 
> Files$=system$("ls -G -1 /boot/system/bin")
> dim SplitFiles$(1)
> x=0
> files = split(Files$, SplitFiles$(), "\n")
> writefile = open("/boot/home/bintools.txt", "w")
> for readout = 1 to files
>     x=x+1
>     print #writefile  SplitFiles$(x)
> next readout
> close(writefile)
> 
> So you get a textfile with all bin tools available in haiku (your installed
> system)
> 
> Greetings Lelldorin
> 
> On 2010-01-21 at 06:07:25 [+0000], Michel Clasquin-Johnson
> <clasqm@xxxxxxxxx> wrote:
> > http://mysite.mweb.co.za/residents/clasqm/yab_programs/scriptassistant.html
> > 
> > You will need libncurses.so - available from Haikuware
> > 
> > On 21 Jan 2010, at 5:35 AM, Kevin Ar18 wrote:
> > 
> > >
> > > 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?
> > >                         
> > > _________________________________________________________________
> > > Your E-mail and More On-the-Go. Get Windows Live Hotmail Free.
> > > http://clk.atdmt.com/GBL/go/196390709/direct/01/
> > 
> > ---------------------
> > Michel Clasquin-Johnson
> > e-mail: clasqm@xxxxxxxxx
> > website: http://mysite.mweb.co.za/residents/clasqm/

Other related posts: