Hi,
I have a simple directory structure:
I:\tmp> tree
I:\tmp
└──x
├──1
│ ├──a
│ └──b
└──2
If I enter "dir /sb" I get what I expect:
I:\tmp> dir /sb
I:\tmp\x
I:\tmp\x\1
I:\tmp\x\2
I:\tmp\x\1\a
I:\tmp\x\1\b
But when I enter "dir /sb x", it doesn't display the whole depth of the tree:
I:\tmp> dir /sb x
I:\tmp\x\1
I:\tmp\x\2
When I use "dir /sb ." I get even less:
I:\tmp> dir /sb .
I:\tmp\x
What am I not getting?
TCC 21.01.46 x64 Windows 10 [Version 10.0.15063]
TCC Build 46 Windows 10 Build 1506
I have a simple directory structure:
I:\tmp> tree
I:\tmp
└──x
├──1
│ ├──a
│ └──b
└──2
If I enter "dir /sb" I get what I expect:
I:\tmp> dir /sb
I:\tmp\x
I:\tmp\x\1
I:\tmp\x\2
I:\tmp\x\1\a
I:\tmp\x\1\b
But when I enter "dir /sb x", it doesn't display the whole depth of the tree:
I:\tmp> dir /sb x
I:\tmp\x\1
I:\tmp\x\2
When I use "dir /sb ." I get even less:
I:\tmp> dir /sb .
I:\tmp\x
What am I not getting?
TCC 21.01.46 x64 Windows 10 [Version 10.0.15063]
TCC Build 46 Windows 10 Build 1506