Summary: Hi, I am wroking in C program that deals with system file in windows. The content of the file is refreshed when the user click on the icon/folder that...
Summary: I'm trying to create a cd image of my sco unix partition (os and apps). I'm using powerquest drive image pro v3.0. The target partition location and h...
Summary: Hi All, I am having a problem extracting part of a string into a variable using korn shell. Using the id command the following is returned and stored...
Summary: I am currently using fgrep in my scritps to search text files that contain millions of records. I need to print out the strings that starts with '0000...
Summary: I am looking for a ksh script (without the help of the Kermit libraries) which connects to a ftp server and checks if the file "KEI.done" exists. If t...
Summary: Can anyone tell me if there is a code snippet in 'C' that will rename a file? So far my program will prompt the user for the existing file name; and t...
Summary: Major brain fade here ... there is a Unix command that will list the history of commands during a session (I thought it was .sh_history, but was prove...
Summary: I have a client that has a UNIX system that runs a Lotus 123 look alike application. Thye want to convert several spreadsheets to Excel 97. Is there a...
Summary: I want to generate .htaccess files for my virtual web site that runs on an Apache server. Appararently there is a windows version of htadmin to do thi...
Summary: I am writing a program in Java that creates directories in the UNIX platform (I am using the Runtime.exec("...") call, for wihch my parameter will be ...
Summary: I want to install a UNIX Server and eventually an Oracle database on this server. Client computers will be running Win2000 that have JAVA program(s) w...
Summary: There are many ways to do this, but I'd use the find command to search for the directories in your directory structure: #!/bin/ksh sdir=/home/nails/sc...
Summary: Hi Nails, Thank you for the information. I tried with the command you provided. In the terminal it is giving all the xml which is present but not able...
Summary: I need to do some string manipulation to ensure the final way I put together a feed file trailer isn't done with clumsy coding. Anyone out there who k...
Summary: There is no simple unix command to do so on the OS I know. You can wirte a shell script or use the utime subroutine. anyway all solutions are rexec co...
Summary: I have this directories that i am trying to gzip. I am useing this command to tar and then zip it tar -cf file.tar file1 file2 file3 gzip file.tar now...
Summary: My networking is all configured and everything works great. Can anyone gimme any info on how to do this, or is there a program that will do this for ...
Summary: Well, you can use 'dd' if you want to copy a lot of extra junk, but I would personally use 'tar' to compress all the files on the system, then make a ...
Summary: We have a file that looks like this: Partly Cloudy 33 Windy Very Very Cold North 15-25 those values (and spaces in the text) need to replace text in a...
Summary: hello, i have these files they all start from Red now in this file i wanted to grep last row and 5th column number and put that in some other file. i ...
Summary: I have not used Unix before. I have inherited a sco unix server and need to change the IP address on it. Is there a way I can do this without causin...
Summary: I want to replace the following in a file. test1 test2 test3 test4 so is there any wild card to substitute all numeric postions at the end, which can ...