Manual
Q&A
HITACHI SR11000
- Q-1 On SR11000, an error has occurrd when I comple the program made on the Windows system.
- A-1 Windows line feed code will generate an error on SR11000.
Please change Windows type CR+LF to UNIX type LF.
- tr -d g\rh < input.file > output.file
- perl -pe es/\r\n/\n/f input.file > output.file
- nkf -Lu input.file > output.file