Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これは多くの単語を含むテキスト ファイルで、各単語はスペース区切りまたは改行で区切られています。「#」「$」「@」などの文字をそれぞれの前に追加したいのですが、この作業を 1 つずつ行うと時間がかかりすぎることがわかりました。bash でより良い方法はありますか?
を使用するsedと、次のように言えます。
sed
sed 's/\b\w/#&/g' inputfile
#これは、すべての単語の前に追加されます。
#
This is probably easy for someone more experienced with LINQ and the Lambda expressions in C#. I'm just starting out with them, so I must be missing something.
I have a cust