Saturday, June 4, 2022

Find a file older than required days in Linux.

 Hi,


We can find any linux file using find commands as follow.

#find /dirname -mtime +dayNo -exec ls -lrth {} \;

Thanks

No comments:

Post a Comment

Unleashing the Power of Docker and Docker Compose: Building Lightweight and Secure Containers

  Introduction In today's cloud-native world, containerization is the cornerstone of modern software development. Docker has revolutioni...