创建文件
# Linux/Mac
touch newfile.txt
# Windows,NUL大小写不敏感
type NUL > newfile.txt
创建文件夹
# Windows、Linux、Mac通用
mkdir xxx
# Windows 简写命令
md xxx
创建文件
# Linux/Mac
touch newfile.txt
# Windows,NUL大小写不敏感
type NUL > newfile.txt
创建文件夹
# Windows、Linux、Mac通用
mkdir xxx
# Windows 简写命令
md xxx
本文标题:linux 基础命令
本文链接:https://www.haomeiwen.com/subject/ztbmbctx.html
网友评论