Finished exercise 1 and 2 on lab 8
This commit is contained in:
9
Labb8/ovning1.sh
Executable file
9
Labb8/ovning1.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Jack-Benny Persson
|
||||
# LX13
|
||||
# Exercise 1, lab 8 (remove the last line of /var/log/syslog)
|
||||
|
||||
sed '$d' /var/log/syslog
|
||||
|
||||
exit 0
|
Reference in New Issue
Block a user