mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Destroyed SC2162 read without r w (markdown)
@@ -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
|
|
Reference in New Issue
Block a user