推 weijr:grep "$1" *.c 125.232.193.68 11/11 10:30
一個簡單的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