[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: help executing executable files!!



You didn't modified the script using a DOS or Windows editor did you?  Do a
hexdump on the file and see if there are any 0D carriage return characters
are in there.  They shouldn't be!  Bash only like 0A line feed characters.
HINT: If you find and carriage return, 'man tr' to find out how to get rid
of the carriage returns.

-Eric Wood


>Marxen, Sara wrote:
>> Do not understand what happened.
>> One minute I'm executing and modifying a test script, the next
>> minute when I try to execute it it says no such file.   I do
>> and ls and its there, I chmod 777 on it, vi it and change something,
>> then try to execute it, says no such file or directory.
>> This has completely baffled me, am I losing my mind??




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]