We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6773cc commit c3b5126Copy full SHA for c3b5126
microbit/src/06-serial-communication/nix-tooling.md
@@ -7,7 +7,7 @@ should see a new TTY device appear in `/dev`.
7
8
``` console
9
$ # Linux
10
-$ dmesg | tail | grep -i tty
+$ dmesg | grep -i tty
11
[63712.446286] cdc_acm 1-1.7:1.1: ttyACM0: USB ACM device
12
```
13
0 commit comments