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