Can I use text files (programs, scripts, etc) created on a Windows machine on the RCC Unix/Linux machines?
Text (ascii) files created on Windows machines might have Windows newlines that are not interpreted correctly by a Unix/Linux system. However, you can convert a Windows text file to the Unix/Linux format with the dos2unix command available on the RCC altix and rcluster. The syntax is dos2unix filename where filename is the name of the ascii file (such as program.c, program.f, run.sh, input.txt, etc) created on a Windows machine.