Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nix-tooling.md #589

Merged
merged 1 commit into from
Jan 5, 2025
Merged

Update nix-tooling.md #589

merged 1 commit into from
Jan 5, 2025

Conversation

humb1t
Copy link
Contributor

@humb1t humb1t commented Jan 5, 2025

Fix the command, tail for some reason results in empty result.

    ~  sudo dmesg | grep -i tty                                     PIPE|127 ✘ 
[    0.008385] ACPI: SSDT 0x0000000055BD1000 000FC2 (v02 DELL\x TbtTypeC 00000000 INTL 20160527)
[    0.118757] printk: console [tty0] enabled
[    9.144579] systemd[1]: Created slice Slice /system/getty.
[   31.236067] Bluetooth: RFCOMM TTY layer initialized
[  507.736831] cdc_acm 1-4:1.1: ttyACM0: USB ACM device
    ~  sudo dmesg | tail | grep -i tty                                       ✔ 
    ~

Fix the command, tail for some reason results in empty result.
@humb1t humb1t requested a review from a team as a code owner January 5, 2025 19:20
Copy link
Contributor

@therealprof therealprof left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sense, thanks.

@therealprof therealprof added this pull request to the merge queue Jan 5, 2025
Merged via the queue into rust-embedded:master with commit c7b5256 Jan 5, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants