#!/bin/bash IFS=" " read -r -a parts <<< "$(status-disk)" echo "${parts[0]} ${parts[1]}"