I am looking for a linux command (like ls, time or anything similar) that spawns multiple processes. Anything which is to be run from a command line and not a shell script.
The reason is I want to see parent-child relationship on the htop and with different Process IDs.
Thanks
digdo?