mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-01 19:15:30 +02:00
assoc: add page (#2342)
This commit is contained in:
parent
58263e4040
commit
db07cf1d52
1 changed files with 15 additions and 0 deletions
15
pages/windows/assoc.md
Normal file
15
pages/windows/assoc.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# assoc
|
||||||
|
|
||||||
|
> Display or modify file extension associations.
|
||||||
|
|
||||||
|
- Display all associated filetypes:
|
||||||
|
|
||||||
|
`assoc`
|
||||||
|
|
||||||
|
- Display the associated filetype for a specific extension:
|
||||||
|
|
||||||
|
`assoc {{.txt}}`
|
||||||
|
|
||||||
|
- Modify the associated filetype for a specific extension:
|
||||||
|
|
||||||
|
`assoc {{.txt}}={{txtfile}}`
|
Loading…
Add table
Reference in a new issue