perl -F: -lane 'print "@F[0, 4]"' /etc/passwd #### cut -d: -f1,5 /etc/passwd|tr : \ #### $ \(- -bash: (-: command not found
## cut -d: -f1,5 /etc/passwd|tr : \ ##
## $ \(- -bash: (-: command not found