I want to display all the files that are modified after a specified date
the commands are
touch --date \'2011-09-19 /home/ , find /home/
Seperate them with a semicolon (;). Example:
exec("touch --date '2011-09-19' /home/; find /home/");