
You can use the following command to list out files based on the date in the Linux / UNIX operating system. Below is the example that we used to output the files on 2012-12-12.
ls -l | grep 2012-12-12
You can use the following command to list out files based on the date in the Linux / UNIX operating system. Below is the example that we used to output the files on 2012-12-12.
ls -l | grep 2012-12-12