Hi.
Maybe someone can help me with this problem.
Let say I want to run the command cat test.txt grep -v
and then I want to get the rest of the command from some textfile.
I tried
cat test.txt grep -v < textfile.txt
and there are many lines in the textfile
that looks like this
192.168.0.1
192.168.0.2
192.168.0.3
I know I can do this with perl or C but it will be much quicker and easier if the < stuff will work.
Maybe someone can help me with this problem ?
Thanks.
Maybe someone can help me with this problem.
Let say I want to run the command cat test.txt grep -v
and then I want to get the rest of the command from some textfile.
I tried
cat test.txt grep -v < textfile.txt
and there are many lines in the textfile
that looks like this
192.168.0.1
192.168.0.2
192.168.0.3
I know I can do this with perl or C but it will be much quicker and easier if the < stuff will work.
Maybe someone can help me with this problem ?
Thanks.