search for: dos2ux

Displaying 7 results from an estimated 7 matches for "dos2ux".

Did you mean: dos2unix
1999 Jan 07
3
Samba 1.9.18 DOS to UNIX and back with ASCII
I have found that Samba does not seem to handle the ^M EOL character very well. This seems to be a big problem with Windows Notepad and then in vi for UNIX. Other than the ux2dos and dos2ux commands does anyone know of another solution or if this has been fixed in a more current release of Samba? Thanks! Eric -------------- next part -------------- A non-text attachment was scrubbed... Name: vcard.vcf Type: text/x-vcard Size: 450 bytes Desc: Card for Eric Sammons Url : http://lists....
2001 Mar 07
3
Text/Binary Files. HELP!!!
I am sure someone must have come across this. Is it possible to force files to binary when copying to Unix directories. NT -> Unix. Text Files have got ^M in them. How do we prevent this happening. Would forcing to binary fix the problem & if so how would this be done? Thanks Ajmal Ajmal Rafique eCommerce +44(0)1384 445564 (Telephone) +44(0)1384 446838 (Fax)
1999 Jan 08
0
text file conventions (was: Samba 1.9.18 DOS to UNIX and back with ASCII)
When the world was young, Eric Sammons <esammons@geocities.com> carved some runes like this: > I have found that Samba does not seem to handle the ^M EOL character > very well. This seems to be a big problem with Windows Notepad and then > in vi for UNIX. Other than the ux2dos and dos2ux commands does anyone > know of another solution or if this has been fixed in a more current > release of Samba? One option would be not to use notepad ;-} There are much better alternatives: Get PFE and set unix mode when you save the file (or you could use ntemacs or gvim for win32 - al...
2001 Sep 24
1
Newbie to Samba - getting '^M' characters from NT into PVCS o n UN IX
...use crlf as a ascii line terminator. Unix uses a lf only. So when you view the files with a pc editor, the cr is taken as part of the line terminator, and doesn't show up. To a Unix editor, the cr is just another piece of data, and shows up as such. There are utilities on many unix systems (dos2ux, ux2dos) to translate between these two text types, but samba does nothing in this regard. Hope this helps, Don -----Original Message----- From: Tony Esposito [mailto:tony.esposito@peregrine.com] Sent: Monday, September 24, 2001 4:01 PM To: 'samba@lists.samba.org.' Subject: Newbie to Samba...
2002 Apr 05
1
is it a bug or a feature? re:time zone differences, laptops, and suggestion for a new option
...on > Windows/cygwin platforms. I had an exclude/include file list in dos > format (cr/lf pairs instead of newlines). Oh boy did that create > some fun. include/exclude rules are funny enough without the weird > behaviour of matching added CR's. In my rsync scripts I now run > dos2ux on these lists before executing rsync. A patch to fix that will go into 2.6. > Thanks again for your help. I live and breathe by rsync now that I'm > 20,000km from hom. > Rob. -- Martin -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before...
2002 Apr 05
1
is it a bug or a feature? re:time zone differences, laptops, and suggestion for a new option
It's much easier than that. The linux box keeps time in GMT, and displays it in the configured time zone. Try this, on the linux box: "touch testfile ls -l testfile TZ=EST5 export TZ ls -l testfile" You will see the displayed time change, because it's being translated from epoch time (that's what I call it, anyway) - seconds since midnight, January 1, 1970. Your windows
2003 Dec 01
0
No subject
..., Unix uses > > just > > > > lf. Samba does > > > > not do any translation of this for you; this discussion has been had > > many > > > > times on this list, and this is not ever likely to change. If you > don't > > > > want to use dos2ux/ux2dos to do the conversion, then you will have to > > use > > > an > > > > editor on the pc that can deal with files whose > > > > lines are terminated with just a lf, like microsoft word, or microsoft > > > > write, etc. > > > > >...