Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^12: unpacking wmic command's unicode output

by pwatson (Initiate)
on May 11, 2015 at 15:02 UTC ( [id://1126317]=note: print w/replies, xml ) Need Help??


in reply to Re^11: unpacking wmic command's unicode output
in thread unpacking wmic command's unicode output

Why does Perl leave double CRs?
C:>wmic diskdrive where "model = 'HGST HTS725050A7E630 ATA Device'" ge +t index | perl -pe1 >x3.txt 8:54:20.49 C:\Users\pwatson C:>odd x3.txt 000000 49 6e 64 65 78 20 20 0d 0d 0a +30 20 20 20 20 20 I n d e x \r \r \n 0 000010 20 0d 0d 0a 0d 0d 0a \r \r \n \r \r \n

Replies are listed 'Best First'.
Re^13: unpacking wmic command's unicode output
by BrowserUk (Patriarch) on May 11, 2015 at 15:51 UTC
    Why does Perl leave double CRs?

    I've no idea where they come from, but it isn't Perl. This produces the same effect:

    E:\Chart>wmic diskdrive where "Partitions = 1" get index | tee > junk. +txt E:\Chart>od -xa junk.txt 0000000 6e49 6564 2078 0d20 0a0d 2032 2020 2020 I n d e x sp sp cr cr nl 2 sp sp sp sp s +p 0000020 0d20 0a0d 2030 2020 2020 0d20 0a0d 0d0d sp cr cr nl 0 sp sp sp sp sp sp cr cr nl cr c +r 0000040 000a nl nul 0000041

    With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority". I'm with torvalds on this
    In the absence of evidence, opinion is indistinguishable from prejudice. Agile (and TDD) debunked

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (6)
As of 2024-03-29 00:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found