Tag Archives: alias

Linux: Alias with Variables / Arguments

unix linux

Objective: The alias command can be used to launch any command or a group of commands (inclusive of any options, arguments and redirection) by entering a pre-set string. But how to pass an argument to alias or let an alias handle a variable?