#!/bin/bash
# Returns Unix uptime, in seconds, of all machines in the cluster
# Example output: steffe1 1656959
parallel --nonall --slf /home/rock/macchine.txt 'echo $HOSTNAME $(cut -f1 -d. /proc/uptime)'