generated at
ShellScriptの関数

基本的に引数はないらしい


ls -l だけを実行する例
shell
lsl() { ls -l }
実行
$ lsl