3 lines
53 B
Bash
3 lines
53 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
awk -F ":" -f 03-aufgabe.awk /etc/passwd
|