Question about I/O redirection.# Unix - 噫吁兮,危乎高哉
x*i
1 楼
I think most of us are familiar with < , >
but can you tell me how to use << ?
I check 2 book but can't get clear answer :(
I just want to run a command but I don't want to input from a file.
For example.
cfpost {cfpost is an application program}
the content of input.txt is the input sequence shown as follows:
1 {open some kind of file}
11 {select some kind of parameter}
4
but can you tell me how to use << ?
I check 2 book but can't get clear answer :(
I just want to run a command but I don't want to input from a file.
For example.
cfpost
the content of input.txt is the input sequence shown as follows:
1 {open some kind of file}
11 {select some kind of parameter}
4