HOWTO directory
Nils Kassube
kassube at gmx.net
Fri Feb 20 13:17:14 UTC 2009
Brian Norman Wootton wrote:
> I would dearly like to have this HOWTO directory, but it don't exist on
> my kubuntu 8.10 neither does Adept find anything for HOWTO.
For 8.04 the howtos are in the doc-linux-html package. I suppose it would
be the same for 8.10.
> brian at meg:~$ sudo find / -name HOWTO -print
> [sudo] password for brian:
> brian at meg:~$ sudo find / -name howto -print
> brian at meg:~$
BTW: You could have had the same result with a single command:
find / -iname howto
The -iname option makes it case insensitive. And why sudo? IMHO it is a
bad habit to just prepend sudo to arbitrary commands if the command
without sudo didn't have the expected result.
Nils
More information about the kubuntu-users
mailing list