From 84152f566258e3d01459b43a62401292d06991db Mon Sep 17 00:00:00 2001 From: Stavros Ntentos <133706+stdedos@users.noreply.github.com> Date: Mon, 25 Nov 2024 12:44:40 +0200 Subject: [PATCH] Destroyed SC2162 read without r w (markdown) --- SC2162----read-without--r-w.md | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 SC2162----read-without--r-w.md diff --git a/SC2162----read-without--r-w.md b/SC2162----read-without--r-w.md deleted file mode 100644 index efa98cb..0000000 --- a/SC2162----read-without--r-w.md +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env bash -#using cut command and wile loop -#cut -d ':' -f1,3,6 /etc/passwd -cut -d ':' -f1,3,6 /etc/passwd | while read line;do -echo "$line" -done \ No newline at end of file