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