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.
このコマンドが正確に何をするのか教えてください:
sed -e 's/(return status = 0)//g' -e 's/\-//g' | sed 's/ //g'
UNIX を初めて使用するため、このコマンドがどの文字列に置き換えられ、どの文字列に置き換えられるかを理解できません。