Program name / start command

Mario Vukelic mario.vukelic at dantian.org
Mon Oct 23 22:34:53 UTC 2006


On Mon, 2006-10-23 at 21:31 +0100, SteVe Cook wrote:
> Is there an easy way to find the command to to start a program?

This is usually pretty helpful:

dpkg -L <packagename>  | grep /usr/bin


"dpkg -L" 	lists all files that are in the package
"|"		pipes the output of dpkg -L into grep
"grep /usr/bin"	shows only those files that are in path /usr/bin






More information about the ubuntu-users mailing list