pandanoir / gakushu

technical topics that I wanna know
0 stars 0 forks source link

bashコマンドの引数とオプションの順番 #21

Open pandanoir opened 4 years ago

pandanoir commented 4 years ago

command arg --opt arg_to_opt --opt

みたいに、引数のあとにオプションがこれたり来れなかったりするやつ調べる(どっちが一般的か、どうしてできないのかとか)

あと --option=value と --option value の違い

pandanoir commented 3 years ago

Vim は vim hoge -Rvim -R hoge もいける(一応manコマンドで見るとvim [options] [file ..]になってる)