Finished exercise 1 and 2 on lab 8
This commit is contained in:
3
Labb8/myls.awk
Normal file
3
Labb8/myls.awk
Normal file
@@ -0,0 +1,3 @@
|
||||
/^-/ { print "File -> " $0 }
|
||||
/^d/ { print "Directory -> " $0 }
|
||||
/^l/ { print "Link -> " $0 }
|
Reference in New Issue
Block a user