redirect a file contents to standard input in php

后端 未结 1 1758
傲寒
傲寒 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)
提交回复
热议问题