index
:
school/comp-325.git
master
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
uid-zero
blob: 64adac7e491917e0fcfbe459030833f150287694 (
plain
)
1
2
3
4
5
#!/bin/bash FILE=${1:-'/etc/passwd'} cat "$FILE" | cut -d: -f1,3 | grep ':0'