
abbr
List of commands for abbr:
-
abbr:tldr:2119c abbr: Erase an existing abbreviation.$ abbr --erase ${abbreviation_name}try on your machineexplain this command
-
abbr:tldr:5b847 abbr: Import the abbreviations defined on another host over SSH.$ ssh ${host_name} abbr --show | sourcetry on your machineexplain this command
-
abbr:tldr:6af82 abbr: Add a new abbreviation.$ abbr --add ${abbreviation_name} ${command} ${command_arguments}try on your machineexplain this command
-
abbr:tldr:a4f70 abbr: Rename an existing abbreviation.$ abbr --rename ${old_name} ${new_name}try on your machineexplain this command