タグ付けされた質問 「options」

-lや--wordなどのオプションをコマンドに渡すか、スクリプトで解析します。

1
文字列の前に「-」を付けて、bashでファイルに複数の行を追加する方法
「bashを使用してファイルに複数の行を追加する方法」によく似た質問ですが、ファイルを--で開始し、可能であればファイルにも追加したいと考えています。 printf "--no-color\n--format-doc\n--no-profile\n" >> ~/.rspec-test 問題は、ファイルを「-」で開始することです。 -bash: printf: --: invalid option printf: usage: printf [-v var] format [arguments] エスケープする方法はあり--ますか?代替案はありますか?私が使用して複数の行を行う方法がわからないんだけどecho、とcat私は自動化されたスクリプトでそれをしたいのですが、良いオプションではありません。

2
suが提供するシェルに引数を渡す
man su 言う: You can use the -- argument to separate su options from the arguments supplied to the shell. man bash 言う: -- A -- signals the end of options and disables further option processing. Any arguments after the -- are treated as filenames and arguments. An argument of …
8 bash  shell  su  options 
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.