DOS: list and filter files in a folder with dir and findstr commands

We often have to extract the list of files in a given directory, possibly sorting them according to a given criteria and applying filters to include in the list only the necessary files and exclude others.
To do that DOS provides us with the famous dir command that offers some options that can help us to … (Read the full article)

DOS: elencare e filtrare i file contenuti in una cartella con DIR e FINDSTR

Capita spesso di dover estrarre l’elenco dei file contenuti in una determinata directory, possibilmente ordinandoli secondo un dato criterio ed applicando dei filtri che includano nella lista solo i file necessari ed escludano gli altri.
Per fare questo DOS ci mette a disposizione il famoso… (Read the full article)