Linux创建文件夹
Linux269
description
Linux创建名为test的文件夹,并打印每个文件创建记录
command
mkdir -v test
parameter
mkdir : 创建文件夹 --v, --verbose : 为每个创建的目录打印一条消息
result
mkdir: created directory 'test'
mkdir -v test
mkdir : 创建文件夹 --v, --verbose : 为每个创建的目录打印一条消息
mkdir: created directory 'test'
I hope to help every developer quickly find the commands they need. Of course, you can also add your own commonly used commands for easy searching.