redirect a file contents to standard input in php

后端 未结 1 1759
傲寒
傲寒 2021-01-20 03:17

I have a file abc.txt with contents like:

hello
hi
good
bad
...
....

Now, How to redirect the contents of the file line by lin

相关标签:
1条回答
  • 2021-01-20 03:56
    php yourscript.php < yourinputfile
    

    should do the trick.

    0 讨论(0)
提交回复
热议问题