Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

#!/bin/bash
FILE="/etc/passwd"
echo "Users with /bin/bash shell:"
grep 'bin/bash' "$FILE" | cut -d: -f1

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors