Results for "Perl"

Wire posts

  • Print all the values between 15 to 17. perl -ne 'print if 15 .. 17' file #Perl #PerlTrick #Range

    3002 days ago

  • Delete space from FASTA header: perl -pe 's/>\S+\K.+//' < file.fasta > new_file.fasta #PerlOneLiner #Trick #Perl #Space #Fasta

    2973 days ago

  • Print all text after a matching string perl -ne "print unless 1 .. m(String)" #Perl #OneLiner #String #Perl #Trick

    2968 days ago

  • Perl common flags http://perldoc.perl.org/functions/-X.html # Perl #Flags #Trick

    2965 days ago

  • Perl Scripts for Science and Engineering http://www.lwebzem.com/cgi-bin/se_res/scripts.cgi #Perl #Script #Science

    2909 days ago

  • #Upgrade the #perl in #Ubuntu $ sudo cpan cpan[1]> upgrade

    2840 days ago

  • You can also try this on Ubuntu sudo perl -MCPAN -e 'upgrade'

    2840 days ago

  • You can also try perl -MXML::Simple -e 1

    2840 days ago

  • Remove tab with comma in file: perl -lpe 's/\t/,/g' < flattened_line_0.fa.data > output.csv #PerlTrick #PerlO,liner #Perl #Tab #Comma

    2826 days ago

  • Replace space with tab: perl -lpe 's/\s/\t/g' < trf_file.dat > outfile.txt #TRF #Tab #Space #Replace #Perl #PerlTrick #PerlOneliner

    2824 days ago