討論串[問題] shell的小問題
共 12 篇文章

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者indept (真人)時間18年前 (2006/11/11 10:31), 編輯資訊
0
0
0
內容預覽:
引述《journeyman@kkcity.com.tw (㊣人笨是沒有藥醫的*)》之銘言:. 您是說將您提供的程式中的 $1 改成 $* 嗎?. 我試過了, 沒用. chai:~/temp/tmp2> cat a1.c. static int line1. static line2;. int
(還有82個字)

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者journeyman.時間18年前 (2006/11/11 10:01), 編輯資訊
0
0
1
內容預覽:
引述《indept.bbs@ptt.cc (真人)》之銘言:. > 也許我沒講清楚, 我希望在 *.c 中找到 'static int' 之類的東西,. 有,我看懂了,不用再講一遍。. > 您的程式如果寫成 go.sh, 當執行. > $go.sh static int. > $go.sh st
(還有374個字)

推噓1(1推 0噓 0→)留言1則,0人參與, 最新作者indept (真人)時間18年前 (2006/11/11 08:04), 編輯資訊
0
0
0
內容預覽:
呃, 如何才能合起來呢?. --. 發信站: 批踢踢實業坊(ptt.cc). ◆ From: 171.64.92.135.

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者costbook (antitheist)時間18年前 (2006/11/11 07:53), 編輯資訊
0
0
0
內容預覽:
=== 站內 ===. 我記得.... 引數若是hello world,則hello和world會. 分別傳給 $1和$2,你要把$1和$2合起來,. 再下grep. --. 樹大有枯枝,人多有白痴. --. 發信站: 批踢踢實業坊(ptt.cc). ◆ From: 220.139.153.13

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者indept (真人)時間18年前 (2006/11/11 07:39), 編輯資訊
0
0
0
內容預覽:
引述《journeyman@kkcity.com.tw (㊣人笨是沒有藥醫的*)》之銘言:. 也許我沒講清楚, 我希望在 *.c 中找到 'static int' 之類的東西,. 您的程式如果寫成 go.sh, 當執行. $go.sh static int. $go.sh static. 會得到