 |
linux - How to run a command multiple times? - Server Fault
Is there a way to run a command (e.g. ps aux|grep someprocess) for n times? Something like: run -n 10 'ps aux|grep someprocess' I want to use it interactively, please do not post ...
serverfault.com |
 |