the tree command

the tree command

am 29.03.2007 13:43:34 von Jack Bauer

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 夏寅初
@
ShangHai JiaoTong University
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@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

Re: the tree command

am 29.03.2007 15:00:06 von beolach

--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" wrote:
> Hi list,
>=20
> I am reading ldd3, there is a command like this,
> $ tree /sys/bus/pci/devices/
> to show some infomation.
>=20
> But this command is not installed in my distribution (ubuntu 6.06).
> I have no idea about which package it belongs.
>=20
> Thanks
>=20
> Bauer
>=20

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@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

Re: the tree command

am 29.03.2007 15:25:42 von Chuck Gelm

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@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

Re: the tree command

am 29.03.2007 16:18:13 von cedric

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@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