3 lines
29 B
Bash
3 lines
29 B
Bash
|
|
#!/bin/sh
|
||
|
|
wc -wl /etc/passwd
|