看板 Programming 關於我們 聯絡資訊
一個簡單的shell程式 go.sh #!/bin/tcsh grep $1 *.c ============ #./go.sh hello 沒問題 #./go.sh hello world #./go.sh 'hello world' #./go.sh "hello world" 都不行, 請問要如何寫才對呢? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 171.64.92.135
weijr:grep "$1" *.c 125.232.193.68 11/11 10:30