From 947382b9528612fca34cf951a44965ffc7036f78 Mon Sep 17 00:00:00 2001 From: TheBear44 <26767607+TheBear44@users.noreply.github.com> Date: Tue, 16 Oct 2018 03:00:10 +0700 Subject: [PATCH] Make title of bash command guides more consistent (#18814) * Fix typo * Fix typo * Fix typo * Fix typo --- client/src/guide/english/bash/bash-cat/index.md | 4 ++-- client/src/guide/english/bash/bash-head/index.md | 2 +- client/src/guide/english/bash/bash-ls/index.md | 2 +- client/src/guide/english/bash/bash-man/index.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/client/src/guide/english/bash/bash-cat/index.md b/client/src/guide/english/bash/bash-cat/index.md index 169101e01f..471d680f0b 100644 --- a/client/src/guide/english/bash/bash-cat/index.md +++ b/client/src/guide/english/bash/bash-cat/index.md @@ -1,8 +1,8 @@ --- -title: Bash Cat +title: Bash cat --- -## Bash Cat +## Bash command: cat Cat is one of the most frequently used commands in Unix operating systems. diff --git a/client/src/guide/english/bash/bash-head/index.md b/client/src/guide/english/bash/bash-head/index.md index a1499f5450..8559fcd61a 100644 --- a/client/src/guide/english/bash/bash-head/index.md +++ b/client/src/guide/english/bash/bash-head/index.md @@ -1,5 +1,5 @@ --- -title: Bash Head +title: Bash head --- ## Bash command: head diff --git a/client/src/guide/english/bash/bash-ls/index.md b/client/src/guide/english/bash/bash-ls/index.md index d820dc97c2..c4ae6da1fa 100644 --- a/client/src/guide/english/bash/bash-ls/index.md +++ b/client/src/guide/english/bash/bash-ls/index.md @@ -2,7 +2,7 @@ title: Bash ls --- -## Bash ls +## Bash command: ls `ls` is a command on Unix-like operating systems to list contents of a directory, for example folder and file names. diff --git a/client/src/guide/english/bash/bash-man/index.md b/client/src/guide/english/bash/bash-man/index.md index c9d82a3295..9ba123b097 100644 --- a/client/src/guide/english/bash/bash-man/index.md +++ b/client/src/guide/english/bash/bash-man/index.md @@ -2,7 +2,7 @@ title: Bash Man --- -## Man +## Bash command: man Man, the abbreviation of **man**ual, is a bash command used to display on-line reference manuals of the given command. @@ -29,4 +29,4 @@ man ls #### More information: -* Wikipedia: https://en.wikipedia.org/wiki/Man_page \ No newline at end of file +* Wikipedia: https://en.wikipedia.org/wiki/Man_page