On 5/16/26 00:11, Karen Lewellen wrote:
> ...

Previous posts skipped to expedite screen reader.


Here is a command pipeline using ls(1) and grep(1) that should list the filenames you want to examine:

ls -l -G -R -t --time-style=long-iso . | egrep '2026-05-1[234].*txt$'


"Learning the Unix Operating System" is excellent. It can help you understand the above. I wish I had read it years ago. ebooks offers it via a PDF file, via an EPUB file, and via an online reader that allows you to "Read online in a web browser with nothing to download or install" [1].


David

[1] https://www.ebooks.com/en-us/book/1664451/learning-the-unix-operating-system/jerry-peek/

Reply via email to