Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我已经有一个 SSH 连接工作,但我正在寻找一个可以在树莓派上的控制台中写入像“1”这样的数字的命令。
谢谢萨比法
是否尝试将其回显到您的终端?
echo 1 > /dev/pts/0
请记住,(几乎)所有东西都有一个设备文件,可以重定向到。:)