Help for this page

Select Code to Download


  1. or download this
    adeimrst: 310
    aeilnrst: 312
    ...
    adeiprst: 332
    aeilprst: 344
    aeinprst: 346
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    aaaa
    aaaaa
    aaaaaa
    
  3. or download this
    $ grep -E '^[aeinprst]{1,8}$' 2of12inf.txt  | grep -vE '(.).*\1' | wc 
    +-l
    346
    
  4. or download this
    $ grep -E '(.).*\1.*:' 1056884.out | tail -n1
    aeiprsst: 279
    $ grep -E '^[aeiprsst]{1,8}$' 2of12inf.txt | grep -Ev '([aeiprt]).*\1|
    +s.*s.*s' | wc -l
    279