From 08ab597e955fcc90898144ab47e6415c35ac6b8a Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Tue, 22 Jun 2021 16:16:00 +0200 Subject: [PATCH] solution --- script.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 script.sh diff --git a/script.sh b/script.sh new file mode 100644 index 0000000..3230c75 --- /dev/null +++ b/script.sh @@ -0,0 +1,3 @@ +#! /bin/bash + +cut -f1 -d: /etc/passwd |sort > user.list \ No newline at end of file