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.
値を増やしてこの問題を説明してください。test.sh という名前の次のファイルがあります。
#!/bin/bash ps aux | grep test.sh -c echo $(ps aux | grep test.sh -c)
そしてそれを実行します
$ ./test.sh 2 3
grep スライスの後に 2 行あることはわかっています (1 行は test.sh、2 行は grep)。ありがとう