From 27969bbc21f954f69279edc9fdb38d2947081c72 Mon Sep 17 00:00:00 2001 From: "Xingyu.Wang" Date: Tue, 20 Nov 2018 23:39:24 +0800 Subject: [PATCH] PRF:20181105 Commandline quick tips- How to locate a file.md --- .../20181105 Commandline quick tips- How to locate a file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/published/20181105 Commandline quick tips- How to locate a file.md b/published/20181105 Commandline quick tips- How to locate a file.md index 2ea9369463..6b8d9a1109 100644 --- a/published/20181105 Commandline quick tips- How to locate a file.md +++ b/published/20181105 Commandline quick tips- How to locate a file.md @@ -5,7 +5,7 @@ 我们都会有文件存储在电脑里 —— 目录、相片、源代码等等。它们是如此之多。也无疑超出了我的记忆范围。要是毫无目标,找到正确的那一个可能会很费时间。在这篇文章里我们来看一下如何在命令行里找到需要的文件,特别是快速找到你想要的那一个。 -好消息是 Linux 命令行专门设计了很多非常有用的命令行工具在你的电脑上查找文件。下面我们看一下它们其中三个:`ls`、`tree` 和 `tree`。 +好消息是 Linux 命令行专门设计了很多非常有用的命令行工具在你的电脑上查找文件。下面我们看一下它们其中三个:`ls`、`tree` 和 `find`。 ### ls