Dry Run

Report a typo

Which of the following commands will dry run (i.e. print without actually executing) all the rules in the following Makefile.

print_rule: stats.txt
	cat stats.txt
	
stats.txt: logs.txt
	cat logs.txt >> stats.txt
Select one option from the list
___

Create a free account to access the full topic