> Usage: unix2dos [option] [FILE] > > Convert FILE from unix to dos format. > When no file is given, use stdin/stdout.
And when file is givem it is converted in-place, by creating a temporary file and then renaming. > # unix2dos -d unix.txt dos.txt > unix2dos: can't open 'dos.txt': No such file or directory It's not "unix2dos input-file output-file" The behaviour you describe is as expected. /alessandro _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
