jayacotton / macro-library

Macro library. All kinds of 8080 code macros, works on CP/M
6 stars 0 forks source link

find is a bit forgetful about drive letters. #10

Closed jayacotton closed 3 years ago

jayacotton commented 3 years ago

Kurt points out that if there is nothing on a drive, its letter is not correctly advanced.

i.e. find . -n*.hex

find files on G: when there is nothing there, but the files are on H:

jayacotton commented 3 years ago

Gaps in the file list will cause the drive letter to be wrong. I.e. if drive a,c and j have *.asm files the files on c will show up on b, and the files on j will show up on c. annoying.