====== AWK - Display specific fields only ====== For example to only display fields 1 and 4 from the input: df -h | awk '{print $1, $4}'