由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Linux shell: xterm -e "commands" problem
相关主题
what's the batch comand for "diff" on windows?问一个link的问题
Windows comand line extends the end like Unix "\" (转载)[合集] 问个PHP+apache的问题 (转载)
Please help: regarding ftp scripting in Windows xp Command prompt请教MS的高手一个shell的问题
xterm的title恢复问题 (转载)Linux GNU C, readlink问题
Gate One看起来很不错Makefile的问题
如何在xterm里重定义键盘按键?bourne shell 问题
remove a module from cvscmake coeblock求教
简单的perl问题How to convert zipped text files to a ePub
相关话题的讨论汇总
话题: xterm话题: linux话题: commands话题: ssh话题: host
进入Programming版参与讨论
1 (共1页)
s****n
发帖数: 700
1
I am going to automatically run some comands after launching xterm.
For example,
xterm -e ssh -t HOST "cd /DIR && /bin/bash -i -l"
will launch xterm , ssh to HOST, and go to the directory DIR.
I am going to do a little bit more complicated work by using awk.
the follow below is the script I wrote, however it failed to run. Is
anyone could help me out on this ?
xterm -fg white -bg black -geom 36x7+2150+731 -T buran -e ssh -t buran
"tail -f /home/cmtd/keb/comm0.log | awk '{if( /Initial Margin/ ) p
1 (共1页)
进入Programming版参与讨论
相关主题
How to convert zipped text files to a ePubGate One看起来很不错
今天第一次在windows上倒腾vert.x如何在xterm里重定义键盘按键?
请教一个makefile 小问题remove a module from cvs
Node已经成为enterprise的go-to technology了简单的perl问题
what's the batch comand for "diff" on windows?问一个link的问题
Windows comand line extends the end like Unix "\" (转载)[合集] 问个PHP+apache的问题 (转载)
Please help: regarding ftp scripting in Windows xp Command prompt请教MS的高手一个shell的问题
xterm的title恢复问题 (转载)Linux GNU C, readlink问题
相关话题的讨论汇总
话题: xterm话题: linux话题: commands话题: ssh话题: host