dups.git
5 years agoFix indentation
Siraaj Khandkar [Wed, 14 Nov 2018 17:39:31 +0000 (12:39 -0500)] 
Fix indentation

5 years agoHandle directories with no regular-file children
Siraaj Khandkar [Wed, 14 Nov 2018 17:34:13 +0000 (12:34 -0500)] 
Handle directories with no regular-file children

i.e. keep exploring child directories when no files remain to process

5 years agoHandle root path missing or not a directory
Siraaj Khandkar [Wed, 14 Nov 2018 16:48:33 +0000 (11:48 -0500)] 
Handle root path missing or not a directory

5 years agoInvert abstractions
Siraaj Khandkar [Wed, 14 Nov 2018 16:38:59 +0000 (11:38 -0500)] 
Invert abstractions

5 years agoRename dupfiles to dups
Siraaj Khandkar [Wed, 14 Nov 2018 16:19:36 +0000 (11:19 -0500)] 
Rename dupfiles to dups

5 years agoMake a clean executable name
Siraaj Khandkar [Wed, 14 Nov 2018 16:16:32 +0000 (11:16 -0500)] 
Make a clean executable name

5 years agoReport total number of files and execution time
Siraaj Khandkar [Wed, 14 Nov 2018 16:06:40 +0000 (11:06 -0500)] 
Report total number of files and execution time

5 years agoImplement recursive directory walk stream
Siraaj Khandkar [Wed, 14 Nov 2018 15:57:56 +0000 (10:57 -0500)] 
Implement recursive directory walk stream

to avoid the issue with newlines when accepting file paths on stdin.

5 years agoInitial prototype
Siraaj Khandkar [Wed, 14 Nov 2018 14:08:34 +0000 (09:08 -0500)] 
Initial prototype

works mostly smoothly, except one problem: because we treat each input
line as a filename - the filenames which contain newline characters are
seen as multiple filenames which do not exist.

5 years agoRoot commit
Siraaj Khandkar [Wed, 14 Nov 2018 13:59:39 +0000 (08:59 -0500)] 
Root commit

This page took 0.018266 seconds and 4 git commands to generate.