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

1
2
3
4
5
6
7
8
9
# There used to be a bug in agrep where the record delimiter was
# considered to be part of the record, causing '$' at the end of the
# regexp to work in an unexpected way.
^foobar$
foobar$
^foobar
foobar
-d X ^xyzzy$
-d X -M ^xyzzy$