mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
6 lines
91 B
Bash
6 lines
91 B
Bash
#!/bin/bash
|
|
|
|
FILES=$(ls -1x /host/nsm/faf/complete/ | wc -l)
|
|
|
|
echo "faffiles files=$FILES"
|