j
k
j a
j l
...ssh servername awk -F: "'{if ($3 > 499) print $0}'" < /etc/passwd ssh servername awk -F: "'{if ($3 > 499) print $0}' < /etc/passwd" otherwise '< /etc/passwd' happens on the client.
ssh servername awk -F: "'{if ($3 > 499) print $0}'" < /etc/passwd
ssh servername awk -F: "'{if ($3 > 499) print $0}' < /etc/passwd"
otherwise '< /etc/passwd' happens on the client.
Awesome, thanks!
Back to the thread
Back to the list