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

Re: Transition from sql-l to lsmb



On Mon, Feb 12, 2007 at 12:03:48PM +0000, Rich Walker wrote:
> Script is definitely sl2ls.sh, and there are definitely dos line-endings...

It happens...easy enough to fix:

vim sl2ls.sh
:%s/<ctrl-v><ctrl-M>//g
:wq