Menu
  • HOME
  • TAGS

One does not simply grep into ProcessBuilder

java,shell,grep,processbuilder,herestring

what am I doing wrong? Something which is pretty obvious. Do you expect, say, execve(), to understand shell constructs? No. Well, you shouldn't be expecting ProcessBuilder to understand those either. Although it is not as low level as execve(), it is low level enough that the arguments to a...