mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-02 19:54:52 +00:00
Update cheatsheets
This commit is contained in:
18
mc
Normal file
18
mc
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
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`
|
||||
Reference in New Issue
Block a user