retiolus@lemmy.cat to Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.comEnglish · 1 year agoNaming Torrentsfiles.catbox.moeimagemessage-square105fedilinkarrow-up1586arrow-down126
arrow-up1560arrow-down1imageNaming Torrentsfiles.catbox.moeretiolus@lemmy.cat to Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.comEnglish · 1 year agomessage-square105fedilink
minus-squaremurtaza64@programming.devlinkfedilinkEnglisharrow-up9·1 year agoIf this is about line endings, surely a simple shell or python script could correct them?
minus-squarem_randalllinkfedilinkEnglisharrow-up9·1 year agoThere’s already a command for it: https://linux.die.net/man/1/dos2unix
minus-squareAstaroth@lemm.eelinkfedilinkEnglisharrow-up3·edit-21 year agoDoes windows add an extra character at the end that gets converted to new line on linux? Because the other day I were copying a script and after pasting it an extra line was added after every single line, even the empty lines. how it looked when I copied it: bla bla bla what it turned into: bla bla bla
minus-squarecandybrie@lemmy.worldlinkfedilinkEnglisharrow-up11·1 year agoWindows uses CR LF (carriage return, line feed), whereas Unix just uses LF. For added fun, macs use CR.
minus-squarenoughtnaut@lemmy.worldlinkfedilinkEnglisharrow-up5·1 year ago For added fun, macs use CR. This used to be true, for sure, but I thought this changed with OS X (which is essentially PrettyBSD) ?
minus-squarecandybrie@lemmy.worldlinkfedilinkEnglisharrow-up4·1 year agoYou’re right. Notepad++ still lists macs as using CR for their EOL conversion tool, so I didn’t realize.
If this is about line endings, surely a simple shell or python script could correct them?
There’s already a command for it:
https://linux.die.net/man/1/dos2unix
Does windows add an extra character at the end that gets converted to new line on linux? Because the other day I were copying a script and after pasting it an extra line was added after every single line, even the empty lines.
how it looked when I copied it:
what it turned into:
Windows uses CR LF (carriage return, line feed), whereas Unix just uses LF. For added fun, macs use CR.
This used to be true, for sure, but I thought this changed with OS X (which is essentially PrettyBSD) ?
You’re right. Notepad++ still lists macs as using CR for their EOL conversion tool, so I didn’t realize.