grep "09/10/2009,2345" /Users/doug/data/data7.txt
This works from the command line but the exact same command in a system call
system( "grep \"09/10/2009,2345\" /Users/doug/data/data7.txt");
doesn't.
Can this be done?
This works from the command line but the exact same command in a system call
system( "grep \"09/10/2009,2345\" /Users/doug/data/data7.txt");
doesn't.
Can this be done?