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.
以下のコードのプロセス出力にある値385を取得したいのですが、コマンド自体を使用してこれを実行したいのですが、これを行う方法はありますか。
Linux コマンドについて十分な知識がありません。これを達成するのを手伝ってください。
#ps -u root|grep java|awk '{print $1}'
385
2018年
2048
4242
21290
25110
25589
26166
あなたは付け加えられますhead -1
head -1
#ps -u root | grep java | head -1