Tryag File Manager
Home
-
Turbo Force
Current Path :
/
proc
/
self
/
root
/
usr
/
sbin
/
Upload File :
New :
File
Dir
//proc/self/root/usr/sbin/cracklib-format
#!/bin/sh # # This preprocesses a set of word lists into a suitable form for input # into cracklib-packer # gzip -cdf $* | tr '[A-Z]' '[a-z]' | tr -cd '\012[a-z][0-9]' | sort | uniq | grep -v '^#' | grep -v '^$'