Main

December 21, 2006

Convert Windows' dir /s to find format

Sometimes you would like to convert the output of DOS/Windows' DIR /S command into the output of UNIX' find command. You will find here a basic script that does just that.

Continue reading "Convert Windows' dir /s to find format" »