RosettaCodeData/Task/Execute-a-system-command/UNIX-Shell/execute-a-system-command-6.sh
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

2 lines
85 B
Bash

echo "Found: `grep 80/tcp /etc/services`"
echo "Found: $(grep 80/tcp /etc/services)"