shell - 将 irssi 的输出重定向到文件

标签 shell irc irssi

我使用 irssi v1.1.2 作为 IRC 客户端,并尝试将命令的输出重定向到文件。例如 /list 命令的输出是:

/list *[Mm]ex*
00:01 Matched #supremexpasswords
00:01 Matched #mexico
00:01 Matched #mp3mexico
00:01 Matched #Mexic
...
00:01 End of /LIST

如何将输出重定向到文件?我尝试了 /help 但没有找到任何重定向输出的命令。谢谢。

最佳答案

命令/laSTLog可以将当前窗口的输出保存到文件中:

/lastlog -file output.txt

关于shell - 将 irssi 的输出重定向到文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58761984/

相关文章:

python - yield 不起作用,但 return 起作用

bash - 在不排序的情况下删除变量上的重复项

shell - 使用 Jenkins 运行 ios-sim

python - buildbot:使用 SSL 连接到 IRC 服务器

ruby-on-rails - 识别服务-IRC

irc - 自动加入irssi中所有当前打开的 channel

Vim 和 Tmux 渲染错误

linux - LISTER shell 变量的用途

在bash脚本中输入MySQL密码