Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Dos to Unix conversion
Name: john413 Date: September 10, 2005 at 14:03:46 Pacific OS: windows CPU/Ram: P4 512mb
Comment:
Hi !
I need to convert a DOS batch file to Unix Shell script. Can anybody help me by providing equivalent Unix shell script code to this DOS batch code?.
for /F "tokens=2,3,4 delims=/- " %%i in ("%date%") do set DateStamp=%%k%%i%%j
Summary: I'm a freshman in Unix. Please, tell me how to copy file from C: in PC to directory in Unix? I successfully ftp in DOS to Unix server, but can't copy file, that I need. Any help will be appreciated!!...
Summary: Sometimes these characters are placed in a file during a DOS to UNIX conversion (these characters can only be viewed using an editor such as vi editor or using the cat –v command to view the file). T...
Summary: Hi, I need to connect a dos client to a unix server so that i can copy some critical files from the unix server. I do not have any floppy or cdrom drives on the unix server and hope to be able to conn...