URL:
  <http://savannah.gnu.org/bugs/?41721>

                 Summary: Adding amin Test delays output to stdout or redirect
to file
                 Project: findutils
            Submitted by: bken
            Submitted on: Thu 27 Feb 2014 01:18:20 PM GMT
                Category: find
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.27
           Fixed Release: None

    _______________________________________________________

Details:


consider the 2 commands below. 

find . -type f > ~/test.find
output is immediately sent to file

find . -type f -amin -1440 -a -amin +30 > ~/test.find
output is not sent to file until find completes task


the negative side effect is that when you tail and follow test.find for the
2nd command, you can't monitor found files as find locates them. 








    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?41721>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


Reply via email to