Using gnu make to parallel jobs

GNU make utility is great. It can be used in different tasks - not only in source building. I'll show you interesting example. Suppose we have 5 servers: A, B, C, D, and E. There are some *.tar.gz files in the home directory on each server. Every file has the …

more ...