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.
簡単な質問があります。ここにシェルスクリプトがあります
ps -a > temp
シェルでの実際の出力は次のようになります。
rishis 234 564 0 22:56 pts/1 00:00:04 <command>
ただし、一時ファイルを見ると、出力は次のとおりです。
234 pts/1 00:00:04 <part of command>
理由を説明できる人はいますか?