Forrest logo
back to context overview

ftype

List of commands for ftype:

  • ftype:tldr:110ea ftype: Set the associated program for a specific file type.
    $ ftype ${file_type}="${path-to-executable_file}"
    try on your machine
    explain this command
  • ftype:tldr:386f0 ftype: Display the associated program for a specific file type.
    $ ftype ${file_type}
    try on your machine
    explain this command
  • ftype:tldr:39bb4 ftype: Display a list of all file types.
    $ ftype
    try on your machine
    explain this command
back to context overview