bash脚本:BTEQ命令问题
我正在学习 shell 脚本,并且遇到了一个奇怪的问题。 当我尝试使用 BTEQ 连接到 Teradata 数据库时,我能够登录并运行查询,但每一步(IE .LOGON、.QUIT、.EXIT 等...)屏幕都会显示有关数据库的信息,并且显示我的主目录中的 2 个文件的名称。
我用绿色突出显示了命令 (.LOGOFF) 进行演示,并用黄色突出显示了文件名称。其他一切都是我不想要的附加信息。我只想要查询的结果。
这是我正在使用的脚本。 (温柔一点,这是我在手册之外的第一个脚本。)
我已经进行了几十次搜索,但找不到任何可以解决我遇到的问题的内容。感谢您提供的任何帮助。
I am learning shell scripting and I'm experiencing an odd issue.
When I attempt to connect to a Teradata database using BTEQ I am able to log in and run the query, but with each step (IE .LOGON, .QUIT, .EXIT, etc...) the screen shows information about the database and displays the name of the 2 files I have in my home directory.
I've highlighted a command (.LOGOFF) in green to demonstrate and I've highlighted the names of the files in yellow. Every thing else is additional information that I don't want either. I only want the results of the query.
Here is the script that I'm using. (Be gentle, it's my first script outside of the manuals.)
I've done a few dozen searches, but I can't find anything dealing with the issue I am experiencing. Thank you for any help you can offer.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论