bugfindutils - Bugs: bug #24145, error with ' -size -1M ' option

 
 

bug #24145: error with ' -size -1M ' option

Submitter:  None
Submitted:  Tue 26 Aug 2008 03:24:30 PM UTC
   
 
Category:  find Severity:  3 - Normal
Item Group:  Wrong result Status:  Duplicate
Privacy:  Public Assigned to:  jay
Originator Name:  jbull Originator Email:  -email is unavailable-
Open/Closed:  Closed Release:  None
Fixed Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 31 Aug 2008 02:33:03 PM UTC, comment #2: 

I agree.

James Youngman <jay>
Group administrator
Tue 26 Aug 2008 05:00:17 PM UTC, comment #1: 

Looks like duplicate of bug #12162

Andreas Metzler <ametzler>
Tue 26 Aug 2008 03:24:30 PM UTC, original submission:  

jbull@jbull-desktop:~$ 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



jbull@jbull-desktop:~$
jbull@jbull-desktop:~$
jbull@jbull-desktop:~$ 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
jbull@jbull-desktop:~$
jbull@jbull-desktop:~$
jbull@jbull-desktop:~$
jbull@jbull-desktop:~$
jbull@jbull-desktop:~$
jbull@jbull-desktop:~$ sudo find ~/.config -type f  -size -1M   -exec grep -Hie 'xclock'  {} \; 
jbull@jbull-desktop:~$
jbull@jbull-desktop:~$ 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
jbull@jbull-desktop:~$
jbull@jbull-desktop:~$ sudo find ~/.config -type f  -size 1000k   -exec grep -Hie 'xclock'  {} \; 
jbull@jbull-desktop:~$



Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jay (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2008-08-31 jay StatusNone Duplicate
        Assigned toNone jay
        Open/ClosedOpen Closed
    2008-08-26 ametzler Carbon-CopyRemoved 20807 -

    Back to the top

    Powered by Savane 3.12.
    Corresponding source code