Find all XML files that have been changed in last 24 hours
You can use this command to find it
find . -name "*.xml" -mtime -1 -ls
You can use this command to find it
find . -name "*.xml" -mtime -1 -ls
Copyright © 2019. All rights reserved.