How to list files modified between particular time period?
Run these three commands from your terminal:
export newerthan="mention_date mention_time" export olderthan="mention_date mention_time" find /mention_path/ -newermt "$newerthan" ! -newermt "$olderthan"
If result is not found or irrelevant, Please contact us.
Submit your request