bug-findutils
[Top][All Lists]
Advanced

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

[bug #24145] error with ' -size -1M ' option


From: anonymous
Subject: [bug #24145] error with ' -size -1M ' option
Date: Tue, 26 Aug 2008 15:24:32 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008072820 Firefox/3.0.1

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

                 Summary: error with   ' -size -1M ' option
                 Project: findutils
            Submitted by: None
            Submitted on: Tue 26 Aug 2008 03:24:30 PM UTC
                Category: find
                Severity: 3 - Normal
              Item Group: Wrong result
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: jbull
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: None
           Fixed Release: None

    _______________________________________________________

Details:

address@hidden:~$ find --version
GNU find version 4.2.32
Built using GNU gnulib version 8e128ebf42e16c8631f971a68f188c30962818be
Features enabled: D_TYPE O_NOFOLLOW(enabled) LEAF_OPTIMISATION 


Xubuntu 8.04, 27th August 2008



address@hidden:~$ 
address@hidden:~$ 
address@hidden:~$ sudo find ~/.config -type f  -size 1M   -exec grep
-Hie 'xclock'  {} \;  
[sudo] password for jbull: 
/home/jbull/.config/autostart/xclock.desktop:Name=xclock
/home/jbull/.config/autostart/xclock.desktop:Exec=xclock
/home/jbull/.config/xfce4/Verve/history:xclock -update 1
address@hidden:~$ 
address@hidden:~$ 
address@hidden:~$ 
address@hidden:~$ 
address@hidden:~$ 
address@hidden:~$ sudo find ~/.config -type f  -size -1M   -exec grep
-Hie 'xclock'  {} \;  
address@hidden:~$ 
address@hidden:~$ sudo find ~/.config -type f  -size -1000k   -exec grep
-Hie 'xclock'  {} \;  
/home/jbull/.config/autostart/xclock.desktop:Name=xclock
/home/jbull/.config/autostart/xclock.desktop:Exec=xclock
/home/jbull/.config/xfce4/Verve/history:xclock -update 1
address@hidden:~$ 
address@hidden:~$ sudo find ~/.config -type f  -size 1000k   -exec grep
-Hie 'xclock'  {} \;  
address@hidden:~$ 







    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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