HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

mc — Midnight Commander, a TUI file manager. Navigate the directory structure using the `<ArrowKeys>`, th

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandclifilecommandermctuimidnightmanager

Problem

How to use the mc command: 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>.

Solution

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]}}

Code Snippets

Start Midnight Commander

mc

Start Midnight Commander in black and white

mc {{[-b|--nocolor]}}

Context

tldr-pages: common/mc

Revisions (0)

No revisions yet.