#!/bin/bash --
#
# This script looks for file context files
# that do not end with a newline
#
REF_PATH="/home/dominick/Git/refpolicy"
for i in $(/bin/find $(printf "%s" "$REF_PATH") -type f -name "*.fc") ; do
[[ "$(/bin/tail -c 1 $i | /bin/tr -dc '\n' | /bin/wc -c)" -ne 1 ]] && printf "%s\n" "Fix me: $i"
done
exit $?
#EOF
Linux Security Summit North America 2020: Online Schedule
-
Just a quick update on the Linux Security Summit North America (LSS-NA) for
2020. The event will take place over two days as an online event, due to
COVID-...
2 jaar geleden
Geen opmerkingen:
Een reactie posten