如何打印 Linux 打印文件

发布于 2024-10-17 00:29:08 字数 76 浏览 3 评论 0原文

如何将 Linux 打印文件设置为使用 jet direct 打印到打印机,同时使用命令行将第二个文本文件发送到 Windows 文件夹?

How would it tee a linux print file to print to a printer with jet direct but also send a second text file to a windows folder using command line?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

唯憾梦倾城 2024-10-24 00:29:08

我不知道“Windows 文件夹”是什么意思,但这可能会帮助您:

 $ command | tee file | lp

将命令的输出保存在文件中并将其发送到默认打印机。

I don't know what do you mean by 'windows folder', but this would probably help you:

 $ command | tee file | lp

to save the output of command in file and send it to the default printer.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文