the tree command

Hi list,

I am reading ldd3, there is a command like this,
$ tree /sys/bus/pci/devices/
to show some infomation.

But this command is not installed in my distribution (ubuntu 6.06).
I have no idea about which package it belongs.

Thanks

Bauer

--
Xia YinChu $B2FFR=i(B
[at]
ShangHai JiaoTong University
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
Jack Bauer [ Do, 29 März 2007 13:43 ] [ ID #1671941 ]

Re: the tree command

Jack Bauer wrote:
> Hi list,
>
> I am reading ldd3, there is a command like this,
> $ tree /sys/bus/pci/devices/
> to show some infomation.
>
> But this command is not installed in my distribution (ubuntu 6.06).
> I have no idea about which package it belongs.
>
> Thanks
>
> Bauer
>
bin: bin (some common system utilities)
bin:
bin: The "bin" package is a collection of utilities for handling various
bin: kinds of archives, identifying file types, and processing data.
bin: Several of these tools are used by system scripts, so this is a
bin: required package. The bin package contains these programs:
bin:
bin: bban compress diskcopy dosfsck ed eject fbset file fiz fromdos lha
bin: mkdosfs mktemp patch rescan-scsi-bus rpm2targz rpmoffset run-parts
bin: savelog splitvt sysvbanner tempfile time todos tree unarj volname
bin: which xx zoo

/mnt/cdrom/slackware/a/bin-11.0-i486-3.tgz

The bottom of my 'man tree' mentions
SEE ALSO dircolors, ls, find

HTH, Chuck

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
Chuck Gelm [ Do, 29 März 2007 15:25 ] [ ID #1671942 ]

Re: the tree command

Jack Bauer wrote:
> Hi list,
>
> I am reading ldd3, there is a command like this,
> $ tree /sys/bus/pci/devices/
> to show some infomation.
>
> But this command is not installed in my distribution (ubuntu 6.06).
> I have no idea about which package it belongs.
>
> Thanks
>
> Bauer
>
i have a package 'tree' on my kubuntu 6.10

from apt-cache show :

Description: displays directory tree, in color
Displays an indented directory tree, using the same color assignments as
ls, via the LS_COLORS environment variable.

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
cedric [ Do, 29 März 2007 16:18 ] [ ID #1671943 ]

Re: the tree command

--Sig_+uIdF9zdEf=SwFCAqj9S69z
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

On Thu, 29 Mar 2007 19:43:34 +0800
"Jack Bauer" <bauer.free [at] gmail.com> wrote:
> Hi list,
>
> I am reading ldd3, there is a command like this,
> $ tree /sys/bus/pci/devices/
> to show some infomation.
>
> But this command is not installed in my distribution (ubuntu 6.06).
> I have no idea about which package it belongs.
>
> Thanks
>
> Bauer
>

It has its own package: 'apt-get install tree' should work.
http://packages.ubuntulinux.org/dapper/utils/tree

Good luck,
Conway S. Smith

--Sig_+uIdF9zdEf=SwFCAqj9S69z
Content-Type: application/pgp-signature; name=signature.asc
Content-Disposition: attachment; filename=signature.asc

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.3 (GNU/Linux)

iD8DBQFGC7hiGL3AU+cCPDERArOMAKDFwx6u6YFXs3x0b+vDRKWMYTEHTQCf cDqP
JEDIT7ehCyIIVCFlB7ywHFQ=
=Jsrm
-----END PGP SIGNATURE-----

--Sig_+uIdF9zdEf=SwFCAqj9S69z--
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
beolach [ Do, 29 März 2007 15:00 ] [ ID #1671947 ]
Linux » gmane.linux.newbie » the tree command

Vorheriges Thema: regarding kernel preemption
Nächstes Thema: files and directories with spaces in bash script