| Search: This Site | People | Departments | Penn State |
![]() |
![]() |
| contact | PRI news | directory | sitemap | home |
DOS files use a different set of control characters for the end of a line. To convert between DOS and Unix files, there are 2 commands: dos2unix and unix2dos
Here is how to use them:
dos2unix -ascii dos_file.dat unix_file.data unix2dos -ascii unix_file.data dos_file.dat