3 odpowiedzi
0
zgrep is probably like grep or egrep in bash. Try:
zgrep "^test1.*fiquot; <file_path>
(if that doesnt work, just use regular regex my guy)
https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2475/
0
@slick link is saying profile not found
0
Ahhh must be because you can't skip ahead in lessons. Since you know a bit of python already, just breeze through the lessons up until the regex portion. It may even remind you of a few useful features you haven't used in a while