3 lines
55 B
Bash
3 lines
55 B
Bash
#! /bin/bash
|
|
|
|
cut -f1 -d: /etc/passwd |sort > user.list |
#! /bin/bash
|
|
|
|
cut -f1 -d: /etc/passwd |sort > user.list |