From: Chris Koeritz Date: Sat, 17 Sep 2022 14:28:34 +0000 (-0400) Subject: showing more lines of history now X-Git-Tag: 2.140.136^2~14 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=5a50577a77e5fc03099475ca5ffe3122659ab54c showing more lines of history now previous print out was anemic. --- diff --git a/scripts/system/find_dhcp_unassigned.sh b/scripts/system/find_dhcp_unassigned.sh index b8b6179a..99cd810a 100644 --- a/scripts/system/find_dhcp_unassigned.sh +++ b/scripts/system/find_dhcp_unassigned.sh @@ -8,5 +8,5 @@ if [ ! -s "$logfile" ]; then # a simple fail over that's not guaranteed to work. logfile="/var/log/syslog" fi -tail -n 2000 "$logfile" | grep -i "dhcp.*2[4-5][0-9]" | less +tail -n 10000 "$logfile" | grep -i "dhcp.*2[4-5][0-9]" | less