9596979899100101
pExec = Pattern.compile("^-..[sx]..[sx]..[sx]\\s.*\\s\"(.+)\"$", Pattern.MULTILINE); // pExec: group(1) is name of executable file } linkMatcher = pLink.matcher(""); execMatcher = pExec.matcher(""); execHelper = new ProcessExecHelper(); }