Files
lk/shell/locate_program.md
Malin Freeborn bca5337ac3 modify basic filestructure
It's unclear what's 'basic', so `basic/` notes have been mostly moved.
The remainder became `shell/`.
2026-04-20 02:42:41 +02:00

378 B

title, tags
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

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