So I have a directory where I wish to open the only file in that directory that is human readable. I use file *
to print the type of each file, and one file shows as ASCII-text. How can I redirect that specific file to cat or less to display its content?
EDIT:
Y'all are awesome. I'm trying each.