Mailinglist Archive: opensuse-security (555 mails)
| < Previous | Next > |
RE: [suse-security] sorry, very OT: No such file or directory
- From: Freudenberger Joerg <Joerg.Freudenberger@xxxxxxxxxxxxxxx>
- Date: Wed, 9 May 2001 13:46:31 +0200
- Message-id: <11DD9734B036D311947400805F0DD607BD8BE7@xxxxxxxxxxxxxxxxxxxxxxxx>
> > another thing is with dos-files: if the script is in DOS format, the
> > interpreter can't be found, too
>
> That must have been it - I copied and pasted all the 2243
> lines into a new
> file - and now it's running.
If you use vim (the SuSE vi is a vim) it is more easy.
:help ff
to convert a file brute force
at end of edit session
:set ff=unix
:wq
at Beginning of edit session
:set ff=unix
:w
:e!
Yours
Jörg
> > interpreter can't be found, too
>
> That must have been it - I copied and pasted all the 2243
> lines into a new
> file - and now it's running.
If you use vim (the SuSE vi is a vim) it is more easy.
:help ff
to convert a file brute force
at end of edit session
:set ff=unix
:wq
at Beginning of edit session
:set ff=unix
:w
:e!
Yours
Jörg
| < Previous | Next > |