Rearranged files in lab 8 and added a lab report and some examples
This commit is contained in:
2
Labb8/listbashusers.awk
Normal file
2
Labb8/listbashusers.awk
Normal file
@@ -0,0 +1,2 @@
|
||||
BEGIN { FS=":"; OFS="\n"; print "The following users uses Bash" }
|
||||
/\/bin\/bash/ { print $1 }
|
Reference in New Issue
Block a user