mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 22:43:35 +00:00
19 lines
410 B
Plaintext
19 lines
410 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# mc
|
|
|
|
> Midnight Commander, a terminal based file manager.
|
|
> Navigate the directory structure using the arrow keys, the mouse or by typing the commands into the terminal.
|
|
> More information: <https://midnight-commander.org>.
|
|
|
|
- Start Midnight Commander:
|
|
|
|
`mc`
|
|
|
|
- Start Midnight Commander in black and white:
|
|
|
|
`mc -b`
|