Summary: How can I find the open files in Unix server? I have 20 Win XP machines connected to Unix server. I want to know which user has what files open? Appr...
Summary: Does anyone know how to run backup without having it return an error (>0)if it encounters an open file. Currently I am doing the backup by "find . |...
Summary: I have a unix volume(AIX4.2) mounted on NDS Netware 4.1. and mapped to a drive. In windows 95 or NT4, i can open text/csv etc files in wordpad, but to...
Summary: Many implementations of vi set the dir value to /var/tmp. This is ok if /var/tmp is a large filesystem. However, many times it is not. To change it...
Summary: Whoops sorry about the above. I though I was in the Windows forum. However, I should think the same applies to Unix. The OS should not let you move ...
Summary: First - you probably realize that the 'i' variable in the scanf should have a '&' in front of it: scanf("%d",&i); To read from a file using scanf: i...
Summary: Hi, thats a wonderful idea. but when ever i write print -p argument its giving error PRINT:Cannot open file: argument do i need to change any configua...
Summary: Hi, Will perl do? run the script as ./scriptfile ic3 ic5 #!/usr/bin/perl -w my $PATTERN="$ARGV[0]|$ARGV[1]"; # put the command line arguments seperate...
Summary: First off, you are not using a pipe. You are using redirection. The only possible cause I can think of is that your original process still has an op...
Summary: I would like to be able to programmatically determine the number of file handles available on the various flavors of unix. This parameter determines ...
Summary: I'm basically looking for a rough strategy and the commands that can be used to achieve them. For example, I'll need to split it into:- 1. Get list of...
Summary: We're running a server program that keep adding message into a log file, and it's supposed to run 24/7. Is there any way that we can edit this log fil...
Summary: After I searched the keyworks, "ld :0706-006 cannot find or open library AIX" on http://metalink.oracle.com, I got 35 posts. You have to find the one ...
Summary: ================================================ #!/us/bin/perl use POSIX qw(strftime); my $date = strftime("%m%d%y", localtime); my %hash; open IN, $...
Summary: Thank you very much, I am still struggling. Please see below what I got so far: Q. What determines that file1.abc needs to be compared with file2.abc ...
Summary: In Bourne shell, is it possible to get the read command to include trailing spaces when reading from files? For the script below, the source files HEA...
Summary: Objectives: 1) if there are 2 or more files in the drop directory i want the script to continue with the rest of the script with any files that are N...
Summary: I am trying to fetch the records from oracle database and write on to xls file for that I did the following. I am trying to run the sql script from ho...
Summary: I AM USING WIN 95 & OUTLOOK EXPRESS 5. When i try to open some attachments to emails i get the following message: Windows cannot find PFINISH.EXE this...
Summary: I am having difficulty printing files from a certain location, in the directory structure. I created a new directory as root, ensuring I gave permissi...
Summary: Hi, I have a client application- which when trying to access(update/insert) records in an informix database located remotely build on an unix server- ...
Summary: I need to capture the status of the script run into a log file and mail the log file on error. The script I used is: Run.pl 2>> log k=$? if test $k ...
Summary: if u are inside the opened file (in vi editor), then press escape to make sure u are in escape mode, hen do a "/happy". Keep pressing "n" to see the ...