Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2
sysuser-tools
sysusers.prov
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sysusers.prov of Package sysuser-tools
#!/bin/bash parse() { while read line; do [ "${line:0:1}" != '#' ] || continue line="${line## *}" [ -n "$line" ] || continue set -- $line if [ "$1" = 'g' ]; then echo "group($2)" elif [ "$1" = 'u' ]; then echo "user($2)" fi done } while read fn; do parse < "$fn" done
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor