initial commit
This commit is contained in:
10
chapter17/function_display_output
Executable file
10
chapter17/function_display_output
Executable file
@@ -0,0 +1,10 @@
|
||||
function display_output
|
||||
{
|
||||
if [[ -s $OUTFILE ]]
|
||||
then
|
||||
$ECHO "\nFull Filesystem(s) on $THISHOST\n"
|
||||
cat $OUTFILE
|
||||
print
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user