[[ -f "$file" && $(stat -c %s "$file") -eq 1 ]] && echo "size == 1"
For further actions, you may consider blocking this person and/or reporting abuse
[[ -f "$file" && $(stat -c %s "$file") -eq 1 ]] && echo "size == 1"
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)