2. 确保当前工作目录是您想要创建新目录的位置。可以使用`pwd`命令来查看当前工作目录。 3. 使用mkdir命令并在后面跟随要创建的目录的名称。例如: “` mkdir new_directory “` 这将在当前工作目录中创建一个名为new_directory的新目录。 4. 如果您需要在新目录的父目录中创建多级目录,可以使用`-p`选项。例如...
Save some fonts to the folder Fonts, it in the same directory as the video file. Run mpv --no-config --sub-auto=fuzzy --sub-file-paths=Subs --sub-fonts-dir=Fonts 'VIDEO_PATH' in terminal (pwd doesn't in the directory of the video file) MPV doesn't load fonts from the Fonts ...
lua-language-server --check="${DIR_SRC}" --configpath="${PWD}/.luarc.json" --checklevel=Information --logpath="${DIR_OUT}" --loglevel=error Additional Notes No response Log File No response emmericpcommentedFeb 27, 2024• edited I believe#2546probably solves your problem (but ignore...
/bin/bashBASE_DIR=`dirname$0` WORK_DIR=`cd${BASE_DIR};pwd`echo${WORK_DIR} 转载请注明:liutianfeng.com»shell自动获取脚本所在工作目录 WORK_DIR
-v $(pwd):/bcc \ -v /sys/kernel/debug:/sys/kernel/debug:rw \ -v /lib/modules:/lib/modules:ro \ -v /usr/src:/usr/src:ro \ -v /usr/include/linux:/usr/include/linux:ro \ bcc-docker \ /bin/bash -c \ 'mkdir -p /bcc/build && cd /bcc/build && \ cmake -DCMAKE_BUILD...