Forrest logo
back to context overview

dos2unix

List of commands for dos2unix:

  • dos2unix:tldr:03d47 dos2unix: Change the line endings of a file.
    $ dos2unix ${filename}
    try on your machine
    explain this command
  • dos2unix:tldr:cebf3 dos2unix: Create a copy with Unix-style line endings.
    $ dos2unix -n ${filename} ${new_filename}
    try on your machine
    explain this command
back to context overview