↧
Answer by crst for Howto pass a mixed string from php through a pipe to a...
I don't know PHP but bash should do something like one post of the top-related on the right side: #!/usr/bin/env bash declare line ; line= declare -a line_ ; line_=() while IFS= read -r line ; do...
View ArticleHowto pass a mixed string from php through a pipe to a bash script
I'm searching for a possibility to send a mixed PHP multline string with the help of proc_open (exec, passthru or whatever) via a pipe to a bash script. Finally, within this script I want to grab the...
View Article