Delete a command from shell history using Rust

后端 未结 0 526
情书的邮戳
情书的邮戳 2021-01-04 06:31

I want to delete a command from shell history, say bash, using Rust. I\'ve tried various approaches, such as std::process::Command, with history -d

相关标签:
回答
  • 消灭零回复
提交回复
热议问题