1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-31 22:15:33 +02:00

assoc: add page (#2342)

This commit is contained in:
Owen Voke 2018-09-21 20:03:18 +01:00 committed by Starbeamrainbowlabs
parent 58263e4040
commit db07cf1d52

15
pages/windows/assoc.md Normal file
View 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}}`