Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# $FreeBSD$
command -v ls
command -v true
command -v /bin/ls

fun() {
	:
}
command -v fun
command -v break
command -v if

alias foo=bar
command -v foo