79316036

Date: 2024-12-29 17:38:31
Score: 1
Natty:
Report link

dir can show content of multiple directories if they are specified ";" separated:

mkdir test\a
mkdir test\b
touch test\a\a1.txt test\a\a2.txt test\b\b1.txt test\b\b3.dat
dir /b test\a;test\b
a1.txt
a2.txt
b1.txt
b3.dat
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Maxim