All Questions
1 question
3
votes
3
answers
8k
views
Fastest way to get creation and last modification times of a lot of files
Given
a directory
a sh pattern which yields a subset of files directly in this directory (like *.log)
a sh pattern which can, given a filename,
what is the fastest way (in ksh) to obtain for each ...