Skip to content

Commit c3b5126

Browse files
authored
Update nix-tooling.md
Fix the command, tail for some reason results in empty result.
1 parent e6773cc commit c3b5126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microbit/src/06-serial-communication/nix-tooling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ should see a new TTY device appear in `/dev`.
77

88
``` console
99
$ # Linux
10-
$ dmesg | tail | grep -i tty
10+
$ dmesg | grep -i tty
1111
[63712.446286] cdc_acm 1-1.7:1.1: ttyACM0: USB ACM device
1212
```
1313

0 commit comments

Comments
 (0)