📄 _help.h
字号:
#include<stdio.h>int _help(){ printf("All the commands are:\n"); printf("dir <directory> :list all the files in this directory.\n"); printf("cd <directory> :change the working directory.\n"); printf("pwd :display the name of the directory.\n"); printf("md <directory :make a directory.>\n"); printf("copy <source><targt> :copy files and directories.\n"); printf("find :find a file in a directory.\n"); printf("more <file> :display the file page by page.\n"); printf("date :display the date.\n"); printf("time :display the time.\n"); printf("ren <old name><new name> :rename a file of a directory.\n"); printf("del <file or directory> :delete a file of a directory.\n"); printf("exit :quit this program.\n"); printf("Thanks for your support!\n");}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -