Tagged Questions
0
votes
2answers
492 views
Combination of ls, xargs and zcat leads to duplicate file name suffixes?
Disclaimer: Yes, finding files in a script with ls is bad, but find can't sort by modification date.
Using ls and xargs with echo everything is fine:
$ ls -t1 ssl-access*.gz | xargs -n 1 echo
...