
assoc
List of commands for assoc:
-
assoc:tldr:0003d assoc: List all associations between file extensions and file types.$ assoctry on your machineexplain this command
-
assoc:tldr:0d93b assoc: Set the associated file type for a specific extension.$ assoc .${txt}=${txtfile}try on your machineexplain this command
-
assoc:tldr:2074d assoc: View the output of `assoc` one screen at a time.$ assoc | ${more}try on your machineexplain this command
-
assoc:tldr:b1e63 assoc: Display the associated file type for a specific extension.$ assoc ${-txt}try on your machineexplain this command