|
Message-ID: <BLU0-SMTP34050B6800FB00B43670DF5FD200@phx.gbl> Date: Sun, 22 Apr 2012 09:12:26 +0200 From: Frank Dittrich <frank_dittrich@...mail.com> To: john-users@...ts.openwall.com Subject: Re: Re: Extract the cracked pass from John.pot On 04/21/2012 11:43 PM, magnum wrote: > On 04/21/2012 10:07 PM, donovan wrote: >> Frank Dittrich <frank_dittrich@...> writes: >>> export LC_ALL=C; grep -v ":*;" john.pot | cut -d";" -f 2- -s > test2.txt >>> > ... >> I understand your explain about, i just past your command & = Blank file >> >> I try with & without "LC_ALL=C" & the same = "test2.txt" = Blank > > I believe Frank made a typo. It should be grep -v ":.*;" (with a dot > added before the asterisk), like this: > > export LC_ALL=C; grep -v ":.*;" john.pot | cut -d";" -f 2- -s > test2.txt You are of course right. It must be ":.*;" instead of ":*;". Otherwise, I'll suppress all lines containing a ';'. (This is not the first time I post commands that don't work as intended. I really should test them in future.) Frank
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.