Closed jayacotton closed 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:
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.
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: