mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 11:33:33 +02:00
Update mc.md
- Usually, we do not use another command in the example of one command's description. - Using the second line of the heading to explain further.
This commit is contained in:
parent
053d8dbeb0
commit
5c278bdf69
1 changed files with 3 additions and 6 deletions
|
@ -1,11 +1,8 @@
|
|||
# mc
|
||||
|
||||
> Midnight Commander, Command-Line Based File Manager.
|
||||
> Midnight Commander, a terminal based file manager.
|
||||
> Navigate the folder structure using the arrow keys,the mouse or by typing the commands into the terminal.
|
||||
|
||||
- Start mc in Terminal:
|
||||
- Start mc:
|
||||
|
||||
`mc`
|
||||
|
||||
- Navigate the folder structure using the arrow keys,the mouse or by typing the commands into the terminal:
|
||||
|
||||
`cd ..`
|
||||
|
|
Loading…
Add table
Reference in a new issue