Forrest logo
back to context overview

abbr

List of commands for abbr:

  • abbr:tldr:2119c abbr: Erase an existing abbreviation.
    $ abbr --erase ${abbreviation_name}
    try on your machine
    explain this command
  • abbr:tldr:5b847 abbr: Import the abbreviations defined on another host over SSH.
    $ ssh ${host_name} abbr --show | source
    try on your machine
    explain this command
  • abbr:tldr:6af82 abbr: Add a new abbreviation.
    $ abbr --add ${abbreviation_name} ${command} ${command_arguments}
    try on your machine
    explain this command
  • abbr:tldr:a4f70 abbr: Rename an existing abbreviation.
    $ abbr --rename ${old_name} ${new_name}
    try on your machine
    explain this command
back to context overview