Bash -Alias -Funktion, die Argumente akzeptiert
alias example='f() { echo Your arg was $1. };f'
CL
alias example='f() { echo Your arg was $1. };f'