3
関数を1行で〜/ .bashrcに書き込みます
関数を1行だけで.bashrcファイルに書き込もうとすると、 list(){ ls -a } エラーが発生しますか? bash: /home/kasiya/.bashrc: line num: syntax error: unexpected end of file しかし、複数行で書くときは大丈夫ですか? list(){ ls -a }
40
bashrc