#!/bin/bash [71/74] if [ "$#" != 1 ]; then echo "Usage: $0 FILE" exit 1 fi echo $(whoami)@$(hostname -f):$(readlink -f "$1")