bash script question: read in text# Unix - 噫吁兮,危乎高哉
s*n
1 楼
Hi, I want to read in a text file by shell script. I use "read XXX". However,
all the strings containing * or ? characters become a list of filenames, just
like the resulting string of "ls *", ... How can I avoid that?
Thanks.
all the strings containing * or ? characters become a list of filenames, just
like the resulting string of "ls *", ... How can I avoid that?
Thanks.