Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: (OT) Fixing Line Endings

by serf (Chaplain)
on Dec 01, 2006 at 09:40 UTC ( [id://587147]=note: print w/replies, xml ) Need Help??

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
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://587147]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (7)
As of 2024-04-18 02:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found