Help for this page

Select Code to Download


  1. or download this
    grep -i '^[rtesamcna]*$' TWL.txt 
    | grep -iEv 'r.*r|t.*t|e.*e|s.*s|a.*a.*a|m.*m|c.*c|n.*n'
    
  2. or download this
    grep -i '^[rtesamcna]*$' TWL.txt 
    | grep -iEv 'r.*r|t.*t|e.*e|s.*s|a.*a.*a|m.*m|c.*c|n.*n' | grep ......
    +...