Destroyed SC2162 read without r w (markdown)

Stavros Ntentos
2024-11-25 12:44:40 +02:00
parent 9184e36eae
commit 84152f5662

@@ -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