bug-findutils
[Top][All Lists]
Advanced

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

[bug #41721] Adding amin Test delays output to stdout or redirect to fil


From: ken
Subject: [bug #41721] Adding amin Test delays output to stdout or redirect to file
Date: Thu, 27 Feb 2014 13:18:22 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36

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

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