help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-bash] safty of my script


From: Geir Hauge
Subject: Re: [Help-bash] safty of my script
Date: Mon, 10 Mar 2014 15:24:07 +0100

2014-03-10 13:02 GMT+01:00 Greg Wooledge <address@hidden>:
>
> while IFS= read -r f; do
>   ...
> done < <(find . -type f -newer .before_start_offlineimap -path '*new*')
>
> (assuming your find(1) has the nonstandard -path argument).
>

Actually, -path is standard now, though it is a very recent addition:
http://pubs.opengroup.org/onlinepubs/9699919799/utilities/find.html

-- 
Geir Hauge


reply via email to

[Prev in Thread] Current Thread [Next in Thread]