Rearranged files in lab 8 and added a lab report and some examples
This commit is contained in:
3
Labb8/findconf.awk
Normal file
3
Labb8/findconf.awk
Normal file
@@ -0,0 +1,3 @@
|
||||
BEGIN { print "I found the following conf files:\n" }
|
||||
/^.*\.conf$/ { print $9 } # Changed < to ^ (what does < mean in this context?)
|
||||
END { print "\nDone." }
|
Reference in New Issue
Block a user