Help for this page

Select Code to Download


  1. or download this
    ln -s /usr/bin/perl "/usr/bin/perl$(echo -e "\r")"
    
  2. or download this
    ln -s /usr/bin/perl /usr/bin/perl^V^M
    
  3. or download this
    $ ls /bin/bash* | cat -v
    /bin/bash
    ...
    : ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Li
    +nux 2.0.30, dynamically linked (uses shared libs), for GNU/Linux 2.0.
    +30, stripped
    $ /bin/bash^M
    Your shell script has DOS linefeeds in it!
    
  4. or download this
    Your Perl script has DOS linefeeds in it!
    If you uploaded it to the server via FTP please upload it again in ASC
    +II mode.
    
  5. or download this
    set ff=unix
    
  6. or download this
    :%s/^V^M//g