Fwd: find: -lsh and -flsh option for human-readable size

2016-05-28 Thread Young Mo Kang
ome tuning and testsuite. From a06510ae11b293233bd8dbe609c59d03e4728a1b Mon Sep 17 00:00:00 2001 From: Young Mo Kang Date: Sun, 1 May 2016 22:24:55 +0900 Subject: [PATCH] find: support list in human-readable format * lib/listfile.h (enum ls_option): Add option for list_file print format (list_file) Edit prototype

find: -lsh and -flsh option for human-readable size

2016-05-01 Thread Young Mo Kang
Young From a06510ae11b293233bd8dbe609c59d03e4728a1b Mon Sep 17 00:00:00 2001 From: Young Mo Kang Date: Sun, 1 May 2016 22:24:55 +0900 Subject: [PATCH] find: support list in human-readable format * lib/listfile.h (enum ls_option): Add option for list_file print format (list_file) Edit prototype accord

Re: Patches to -type x,y,z

2016-04-08 Thread Young Mo Kang
Hello, > > Sorry for the late reply. > I thought a bit about the implementation and thought it'd be better > to avoid artificially creating the OR-ed predicates, and rather store > the wanted file types in an array and check for that in pred.c. > I think this should be faster, too. > > OK, I agree

Patches to -type x,y,z

2016-03-08 Thread Young Mo Kang
Please find the attached patch files to enable -type x,y,z search. Ignore the previous patch email from me and apply these attached files to the current version 19f6f691de4f41b4af76c33782a96f191378830a. I did test them with git-am and worked. Young 0001-Enable-multiple-char-argument-to-type.

Re: [6 PATCHES] New feature added to find: -type xyz

2016-03-04 Thread Young Mo Kang
> > The only potential drawback I see is that it would not be possible anymore > to use multi-character types when adding more types in future, e.g. -type shm. > Currently, -type only allows a few out of many more already-existing > possibilities (e.g. see gnulib's file_type function [2]). > Then

Re: [6 PATCHES] New feature added to find: -type xyz

2016-03-01 Thread Young Mo Kang
> > It looks like that is the latest commit, but it hasn't been named > "4.7.0" in any of the distributions I can find. > > Also, there seems to be no INSTALL file describing how to build it. The instructions to build is in the README-hacking file. Perhaps we should add INSTALL file. Young

[6 PATCHES] New feature added to find: -type xyz

2016-02-28 Thread Young Mo Kang
ys, I really thank everyone's hard effort in GNU projects and I hope to be able to help others too. Sincerely, Young - - - - - - - - - - - - - - - - - From c53f29966706850fa14c978c077d58bdf7efe5e6 Mon Sep 17 00:00:00 2001 From: Young Mo Kang Date: Sat, 27 Feb 2016 19:03:13 -0500 Subject: