当你输入LS时,它会把你当前目录下的文件罗列出来。
When you type LS, it just lists what's in your current folder.
列出当前目录的文件。
用Dir类列出当前工作目录的所有文件。
The Dir class lists all of the files in the current working directory.
当你输入LS时,它会把你当前目录下的文件罗列出来,当前目录或者根目录。
When you type LS it just lists what's in your current folder, my current folder or my so-called home directory.
目录不是常规文件,但是在列出目录内容或将其作为当前工作目录时,对其进行了访问,所以需要在搜索中使用否定和-type标志排除它们。
Directories aren't regular files but are accessed every time you list them or make them the current working directory, so exclude them in the search using a negation and the -type flag.
该命令列出当前目录中未跟踪的所有文件和目录,表示Git了解它们的存在但是没有指示跟踪该文件。
This command lists all the files and directories in the current directory as untracked, meaning that Git knows that they are present but has not been instructed to track the files.
该命令列出当前目录中未跟踪的所有文件和目录,表示Git了解它们的存在但是没有指示跟踪该文件。
This command lists all the files and directories in the current directory as untracked, meaning that Git knows that they are present but has not been instructed to track the files.
应用推荐