lk/basics/locating.md

484 B

title tags
locating
Basics

Type

type shows what kind of thing you're running, be it an alias, function, or binary program.

type cd
type ls
type -P ls
type -a cat

where is cmus?

Whereis the Program

Where is grep and all its configuration files?

whereis grep

Which one of these is the binary file which you actually use?

which grep

More