如何在我第一次 运行 屏幕时不接收 GNU 通知
How to not receive the GNU notification every first time I run screen
我很长时间以来一直是 "screen" 命令的狂热用户,突然间我似乎无法使用它。
每次我第一次在新的终端会话中启动屏幕时,我都会收到此消息:
Screen version 4.00.03 (FAU) 23-Oct-06
Copyright (c) 1993-2002 Juergen Weigert, Michael Schroeder
Copyright (c) 1987 Oliver Laumann
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any
later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
License for more details.
You should have received a copy of the GNU General Public License along with this program (see the file COPYING); if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
Send bugreports, fixes, enhancements, t-shirts, money, beer & pizza to screen@uni-erlangen.de
当我在 shell 脚本(后台)中使用 screen 命令时,它不再起作用了。
谁能告诉我如何确认此消息以便不再看到它或如何禁用它?
我一直在寻找答案,但一直没有找到。
谢谢!
最后是screen -q <rest of command here>
我很长时间以来一直是 "screen" 命令的狂热用户,突然间我似乎无法使用它。
每次我第一次在新的终端会话中启动屏幕时,我都会收到此消息:
Screen version 4.00.03 (FAU) 23-Oct-06
Copyright (c) 1993-2002 Juergen Weigert, Michael Schroeder
Copyright (c) 1987 Oliver Laumann
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any
later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
License for more details.
You should have received a copy of the GNU General Public License along with this program (see the file COPYING); if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
Send bugreports, fixes, enhancements, t-shirts, money, beer & pizza to screen@uni-erlangen.de
当我在 shell 脚本(后台)中使用 screen 命令时,它不再起作用了。
谁能告诉我如何确认此消息以便不再看到它或如何禁用它? 我一直在寻找答案,但一直没有找到。
谢谢!
最后是screen -q <rest of command here>