From 8a884328dbd771c6029eb77a3f5bce2ae2d9bfd8 Mon Sep 17 00:00:00 2001 From: Steve Mao Date: Tue, 10 Aug 2021 14:42:47 +1000 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 21c15c7..83cbc06 100644 --- a/readme.md +++ b/readme.md @@ -46,7 +46,7 @@ As a computer expert, we want to be more efficient and do our jobs better. We kn 1. [check server response](#check-server-response) 1. [view content of a file](#view-content-of-a-file) 1. [search for a text in a file](#search-for-a-text-in-a-file) -1. [search in all files in current working directory, quickly: (entire disk in less than 15 minutes)](#search-in-all-files-in-current-working-directory-quickly-entire-disk-in-less-than-15-minutes) +1. [search in all files in current working directory, quickly (entire disk in less than 15 minutes)](#search-in-all-files-in-current-working-directory-quickly-entire-disk-in-less-than-15-minutes) 1. [view an image](#view-an-image) 1. [show disk size](#show-disk-size) 1. [check performance of your computer](#check-performance-of-your-computer) @@ -345,7 +345,7 @@ $ grep -i "Query" file.txt ![grep](./grep.jpg) -## search in all files in current working directory, quickly: (entire disk in less than 15 minutes) +## search in all files in current working directory, quickly (entire disk in less than 15 minutes) **STOP CMD/CTRL + F IN A DIRECTORY** :-1: