Windows Terminal 简介 Windows Terminal is a new, modern, feature-rich, productive terminal application for command-line users. It includes many of the features most frequently requested by the Windows command-line community including support for tabs,
Windows 10文件夹Shirt+鼠标右键出现“在此处打开命令窗口” Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\Background\shell\cmdX] @="@shell32.dll,-8506" "Extended"="" "ShowBasedOnVelocityId"=dword:00639bc8 "NoWorki
1.图例 ------>原图出处 2. 结构图 根目录说明 3.linux相关命令 cd(change directory切换目录): cd /. 进入根目录 cd .. 返回上一次目录 cd - 返回上一次的工作目录 cd ~ 切换到当前登录的住文件夹下 cd ~/ for_bar 切换到名字叫name的主文件夹下 绝对路径: 以 / 开头 列出文件: ls ls -l 同 ll 详细信息 ll -hi 也是查看详细信息 3.1 文件操作: 文件: r 阅读文件内容 w 修改文件内容 x