4 lines
72 B
Bash
4 lines
72 B
Bash
#!/usr/bin/env bash
|
|
{
|
|
useradd -D | grep INACTIVE | cut -d '=' -f 2
|
|
} |