Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: List ALL files modified in last 24hrs OR list atleast 10 recent files



On 03/11/2014 03:25 AM, Amm wrote:
Now I want to combine (OR) these two such that:

Case 1)
If there are more than 10 files modified in 24hrs
then list them all (not just 10)


For that, why not just pipe to 'wc -l' to count the lines and then do some 'if' tests from there?



Messages sorted by: Reverse Date, Date, Thread, Author