Guest User

Untitled

a guest
Jan 18th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. std::string name("\pot ");
  2. std::stringstream extractInfoCmd;
  3. extractInfoCmd<<"find . -name "*.info" | xargs grep -E "^PART|^"<<name.c_str()<<"" >> information.rpt";
  4. std::string extractInfoCmdStr = extractInfoCmd.str();
  5. system(extractInfoCmdStr.c_str());
Add Comment
Please, Sign In to add comment