Basically, I can see that
ls -l
displays the date that all the files in a directory were last edited. What I want to do is to access the date and then store it into a variable using a .sh script. However, not exactly sure what I can do to do so, and I've looked up the man pages for ls as well as searched up the matter to no avail.