Using NONMEM DOS files under Linux

From: Ruediger Port Date: August 19, 1999 technical Source: cognigencorp.com
Date: Thu, 19 Aug 1999 13:54:18 +0200 (MET DST) From: Ruediger Port <R.Port@DKFZ-Heidelberg.DE> Subject: Using NONMEM DOS files under Linux Dear Dr. Zarate: Here is a C-shell script that removes the CR/LF characters from all files in the current directory: ------------------------ begin of included file ----------------- # C-shell script, removes characters from all files in the current # directory: foreach file (*) sed 's/\//g' < $file > $file.new mv $file.new $file end ------------------------ end of included file ------------------- You won't see the change because Linux' vi editor doesn't show the character even when it is there. However, it does cause difficulties under UNIX even when you don't see it. Good luck! Ruedi (Dr. R. Port, German Cancer Research Center, Heidelberg, Germany)
Aug 12, 1999 José Javier Zarate Losa Computer and compiler questions
Aug 13, 1999 Pierre Maitre Re:Computer and compiler questions
Aug 13, 1999 Alison Boeckmann Re: Computer and compiler questions
Aug 18, 1999 José Javier Zarate Losa Re: Computer and compiler questions
Aug 19, 1999 NIclas Jonsson Re: Computer and compiler questions
Aug 19, 1999 Ruediger Port Using NONMEM DOS files under Linux
Aug 19, 1999 Ludger Banken RE: Computer and compiler questions