E414 在文件搜索工具实战中,重定向输出有问题 · Issue #1594 · sunface/rust-course · GitHub
[go: up one dir, main page]

Skip to content

在文件搜索工具实战中,重定向输出有问题 #1594

@FreeMan271828

Description

@FreeMan271828

在cargo 1.93.0中,使用cargo run > output.txt并不能把控制台内容输出到文件中,因为默认的文件描述符是1(stdout),需要显式指定2(stderr),cargo run 2> output.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0