Windows 10文件夹Shirt+鼠标右键出现“在此处打开命令窗口” Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\Background\shell\cmdX] @="@shell32.dll,-8506" "Extended"="" "ShowBasedOnVelocityId"=dword:00639bc8 "NoWorki
du -ah --max-depth=1 这个是我想要的结果 a表示显示目录下所有的文件和文件夹(不含子目录),h表示以人类能看懂的方式,max-depth表示目录的深度. du命令用来查看目录或文件所占用磁盘空间的大小.常用选项组合为:du -sh 一.du的功能:`du` reports the amount of disk space used by the specified files and for each subdirectory (of directory argum
@echo off rem 建立链接 net use \\192.168.2.3\share /user:username password rem 打开共享文件夹 explorer \\192.168.2.3\share Pause net use \\192.168.2.3\share /delete Exit 附Explorer命令的用法: Explorer [/n][/e]<,/root],[path><,/select],[path filename> 参数说明 /n表示
具体的操作命令如下:MKLINK [[/D] | [/H] | [/J]] Link Target/D:创建目录符号链接.默认为文件符号链接./H:创建硬链接,而不是符号链接./J:创建目录联接.Link:指定新的符号链接名称.Target:指定新链接引用的路径(相对或绝对) 假设我们要将 C 盘下的 Windows 文件夹,映射成 E 盘下的同名目录.mklink /j E:\Windows C:\Windows