mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 23:01:35 +00:00
Update cheatsheets
This commit is contained in:
13
tldr/dos/ren
Normal file
13
tldr/dos/ren
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, dos]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# REN
|
||||
|
||||
> Rename files (use for moving too).
|
||||
> More information: <https://www.dosbox.com/wiki/Commands#REN>.
|
||||
|
||||
- Rename file:
|
||||
|
||||
`REN {{path/to/file}} {{new_name}}`
|
||||
13
tldr/dos/rescan
Normal file
13
tldr/dos/rescan
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, dos]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# RESCAN
|
||||
|
||||
> Refresh mounted drives (like CTRL-F4).
|
||||
> More information: <https://www.dosbox.com/wiki/RESCAN>.
|
||||
|
||||
- Refresh mounted drives:
|
||||
|
||||
`RESCAN`
|
||||
13
tldr/dos/set
Normal file
13
tldr/dos/set
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, dos]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# SET
|
||||
|
||||
> Set/display environment variables.
|
||||
> More information: <https://www.dosbox.com/wiki/Commands#SET>.
|
||||
|
||||
- Set variable:
|
||||
|
||||
`SET {{VAR}}={{value}}`
|
||||
13
tldr/dos/type
Normal file
13
tldr/dos/type
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, dos]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# TYPE
|
||||
|
||||
> Display the contents of a text file.
|
||||
> More information: <https://www.dosbox.com/wiki/Commands#TYPE>.
|
||||
|
||||
- Show file:
|
||||
|
||||
`TYPE {{path/to/file.txt}}`
|
||||
13
tldr/dos/ver
Normal file
13
tldr/dos/ver
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, dos]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# VER
|
||||
|
||||
> View/set reported DOS version.
|
||||
> More information: <https://www.dosbox.com/wiki/Commands#VER>.
|
||||
|
||||
- Set version:
|
||||
|
||||
`VER set {{major_version}} {{minor_version}}`
|
||||
Reference in New Issue
Block a user