alias expansion

All posts tagged alias expansion by Linux Bash
  • Posted on
    Featured Image
    When working in Linux Bash, aliases are a powerful tool that simplifies lengthy commands into shorter, more manageable aliases. However, there are times when the original functionality of a command is needed, bypassing any aliases that have been set. This blog explores how to disable alias expansion for a single command using command or \. Alias expansion in Linux Bash occurs when aliases replace certain command names with others, typically replacing a complex command or one with long options with a simpler, shorter version for ease of use.