Quantcast
Channel: Active questions tagged windows - Super User
Viewing all articles
Browse latest Browse all 10763

Show only folder name with the link information via Windows DIR

$
0
0

How can I get only folder and its symbolic link information output via dir?

  • What I want is this, where CNET and projects are symbolic links:
    CNET [\\192.168.1.10\CNET]elementslocalizedprojects [\\192.168.1.10\CNET\homes\andi\projects]render

If I do:

$ dir z:     Directory of Z:\    09/12/2023  17:25    <DIR>          .    08/12/2023  00:16    <DIR>          ..    09/12/2023  17:25    <SYMLINKD>     CNET [\\192.168.1.10\CNET]    08/12/2023  01:07    <DIR>          elements    08/12/2023  02:26    <DIR>          localized    09/12/2023  17:25    <SYMLINKD>     projects [\\192.168.1.10\CNET\homes\andi\projects]    08/12/2023  02:26    <DIR>          render                   0 File(s)              0 bytes                   7 Dir(s)  346.504.175.616 bytes free

Viewing all articles
Browse latest Browse all 10763

Trending Articles