Linux遠端執行ssh - LinuxYedda · 2010-10-29Table of ContentsPostCommentsRelated Posts 我的shell script主要就是 addr=hardcover@server-$1 ssh $addr "/usr/sbin/tcpdump -Xvvv -r '$(ls -l tail | tail -n1 | cut -c50-)' \ $@" > xxx.txt 但是 '$(ls -l ....)' 寫在shell script裡一直有問題 thanks -- LinuxAll CommentsBethany2010-10-31' '中間的東西不會被展開啊! 要用" "David2010-11-04$(...)是希望在hardcover@server-xx上執行的Related Posts關於linux磁碟加密技術console 會透視桌面如何同時使用兩台Linux的X11程式安裝ies4linux出現問題CP指令(NFS下)的效能問題
All Comments