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
/
no-password
blob: bd32709f0e7c45c82394a5efd4cb0e0ee989aab0 (
plain
)
1
2
3
4
5
#!/bin/bash FILE=${1:-'/etc/passwd'} grep -E '^\w+::.*' $FILE