ShellScriptの関数
基本的に引数はないらしい
ls -l
だけを実行する例
code:shell
lsl() {
ls -l
}
実行
$ lsl
https://qiita.com/kaw/items/034bc4221c4526fe8866