摘要:
#!/bin/bash: list all users.PASSWORD_FILE=/etc/passwdn=1for name in $(awk 'BEGIN{FS=":"}{print $1}' < "$PASSWORD_FILE" )do echo "USER #$n = $name" let "n+=1"doneexit $?#!/bin/bash# bin-grep.sh: locates matching strings in a binary file.E_BADARGS=65E 阅读全文
posted @ 2012-09-20 00:58
coanor
阅读(194)
评论(0)
推荐(0)
浙公网安备 33010602011771号