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