a real human being writing about infosec, coding and other stuff. maybe.
21 Jun 2019 - mrtn
If you find yourself on a Windows host and desperately search for a file, remember
dir \s\b\a <filename>
This commands acts as an ‘as good as it gets’ replacement for the classic unix find
command.
s includes all sub-folders
b bare format (no heading, file size, summary)
a display all files