Make title of bash command guides more consistent (#18814)

* Fix typo

* Fix typo

* Fix typo

* Fix typo
This commit is contained in:
TheBear44
2018-10-16 03:00:10 +07:00
committed by Quincy Larson
parent 0e758b8943
commit 947382b952
4 changed files with 6 additions and 6 deletions

View File

@ -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. Cat is one of the most frequently used commands in Unix operating systems.

View File

@ -1,5 +1,5 @@
--- ---
title: Bash Head title: Bash head
--- ---
## Bash command: head ## Bash command: head

View File

@ -2,7 +2,7 @@
title: Bash ls 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. `ls` is a command on Unix-like operating systems to list contents of a directory, for example folder and file names.

View File

@ -2,7 +2,7 @@
title: Bash Man 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. Man, the abbreviation of **man**ual, is a bash command used to display on-line reference manuals of the given command.