-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbash_test_code.sh
More file actions
36 lines (28 loc) · 936 Bytes
/
bash_test_code.sh
File metadata and controls
36 lines (28 loc) · 936 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# if [[ $log_file_selection == "1" ]]; then
# log_file="syslog"
# log_operations
# elif [[ $log_file_selection == "2" ]]; then
# log_file="wtmp"
# log_operations
# elif [[ $log_file_selection == "3" ]]; then
# log_file="lastlog"
# log_operations
# elif [[ $log_file_selection == "4" ]]; then
# log_file="auth.log"
# log_operations
# elif [[ $log_file_selection == "5" ]]; then
# log_file="bootstrap.log"
# log_operations
# elif [[ $log_file_selection == "6" ]]; then
# log_file="dmesg"
# log_operations
# elif [[ $log_file_selection == "7" ]]; then
# log_file="kern.log"
# log_operations
# elif [[ $log_file_selection == "8" ]]; then
# log_file="faillog"
# log_operations
# else
# echo "";
# echo "Invalid Log Selection Input! Try Again!";
# fi