mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 04:43:49 +00:00
20 lines
488 B
Plaintext
20 lines
488 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# mc
|
|
|
|
> Midnight Commander, a TUI file manager.
|
|
> Navigate the directory structure using the `<ArrowKeys>`, the mouse or by typing the commands into the terminal.
|
|
> See also: `ranger`, `clifm`, `vifm`, `nautilus`.
|
|
> More information: <https://source.midnight-commander.org/man/mc.html>.
|
|
|
|
- Start Midnight Commander:
|
|
|
|
`mc`
|
|
|
|
- Start Midnight Commander in black and white:
|
|
|
|
`mc {{[-b|--nocolor]}}`
|