The call to Vim’s built-in mkdir() then takes this directory path and creates all the interim directories along it (as requested by the second argument, "p").
然后,对Vim 的内置mkdir() 的调用读取这个目录路径,按这个路径创建所有临时目录(按第二参数要求,"p")。
To ensure that the directories are created, use the -p option for mkdir to create the entire path of the directory you want to use.
为了确保创建目录,请为mkdir使用- p选项,以创建希望使用的目录的完整路径。
Mkdir -p creates the named directory, including any intermediate directories that need to be created; and CD changes to the new directory.
mkdir - p创建指定目录,包括任何需要创建的中间目录;cd命令则切换到新目录。
You can use the -p option to preserve the ownership, permissions, and times for each file and directory you copy: $ cp -pr source destination.
可以使用-p选项保留复制的每个文件和目录的所有者、权限和时间:$cp -pr source destination。
Mkdir -p creates the Flitter directory and all intermediate directories that are missing along the absolute path.
mkdir - p创建Flitter目录和所有绝对路径上缺少的中间目录。
If you want to save yourself some typing, get the mysql.batch1 file from the samples directory and run the command mysql -f -u root -p < mysql.batch1.
如果您希望免去一些输入工作,可从samples目录获得mysql.batch1文件,然后运行命令 mysql -f -uroot-p < mysql.batch1 。
If you want to save yourself some typing, get the mysql.batch1 file from the samples directory and run the command mysql -f -u root -p < mysql.batch1.
如果您希望免去一些输入工作,可从samples目录获得mysql.batch1文件,然后运行命令 mysql -f -uroot-p < mysql.batch1 。
应用推荐