2024-08-25 11:54:54 +02:00
|
|
|
$ git clone https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
|
|
|
|
$ cd linux/drivers/acpi
|
|
|
|
$ find . -name "*.c" -o -name "*.h" | xargs wc -l
|
2024-08-27 16:03:22 +02:00
|
|
|
...
|
2024-08-25 11:54:54 +02:00
|
|
|
168970 total
|