# http://dief.republika.pl/main.html alias test="echo hello world!" # hello world! alias bar="mkdir baz && cd baz && touch file.txt" function foo() { echo $1, $2, $3 } foo hello world ! # hello, world, !