RosettaCodeData/Task/Execute-a-system-command/UNIX-Shell/execute-a-system-command-6.sh

3 lines
85 B
Bash
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
echo "Found: `grep 80/tcp /etc/services`"
echo "Found: $(grep 80/tcp /etc/services)"