Summary: I have two very large log files -- one file being derived from the other after processing it with a perl script. The files only differ on a line by l...
Summary: I have a problem with the command : tar cvf - `ls | grep -v "TAR" | grep -v "DMP" | xargs`| compress -c > file.Z error 0403-027 the parameter list is ...
Summary: Hi folks, I face a strange problem.I have a make file that builds my exe .My exe is built by linking many libraires(.a).when ever this list of .a file...
Summary: I want to perform a simple rm command on all the files (#600) in a particular directory. When I try rm * I get the error: The parameter list is too l...
Summary: My simply script! #!/usr/bin/sh touch file.txt for i in `ls –l | awk ’{print $9}’` do grep "string" $i >> file.txt done exit 0 My files in the d...
Summary: Hi Buddies, I tried to tar files from a directory to a tape device. The directory has more than 1000 files and I got the error message for parameter ...
Summary: I have directory which consist lot of files. My script should check that there is new file every five minutes. Ls –lt | awk ’NR==2’ is too slow and l...
Summary: I would like to add a second perspective to this discussion. I'm looking for a jdbc driver for msaccess that does not work as a jdbc-odbc bridge. The ...
Summary: I have a linux redhat 6.0 running on a pc with a realteck cn930 network card. The response is instant when we telnet from linux to another machine. T...
Summary: Dear all! Why I use telnet command to connect the remote host, in same LAN, with the IP address (telnet 192.168.110.X) , the prompt "login" is to sl...
Summary: we have few solaris machine(450,250) and i am doing telnet from NT workstations.It is taking 1 to 2 minutes for getting the login screen?. But for Sol...
Summary: It is difficult to get answer for this question. Please select the advantage and disadvantage of stream based process may be it will help you. It is f...
Summary: Hi, I'm using AIX version 5.3 currently. I'm trying to create a user id, e.g. andyleong, which the system prompted the length is too long. 1. I would...
Summary: Is there a way to get around the MAX_ARGS in the limits.h file? I'm attempting to do a "word count" and keep getting the message saying the paramete...
Summary: Hi all, I have an input file containing one line of record. Apparently, the line is too long, and when I try to replace a string using sed, I got mes...
Summary: my script was working yesterday but today it is slow why? it may be the reason below? 1- script does't find the database 2- it find the database 3- it...
Summary: Jim, What abt if the one of the input line is very long. I was doing this to a similar one and I think awk is not processing after it encounters a lin...
Summary: Hello, I have a script that prints a varible called $CMD. This CMD variable represents the path of certain files on my AIX server. In my script I am ...
Summary: Oracle8i table import is very slow on my AIX 5.2 server. Any idea on to further tune the Database for optimal performance. Thank you Bolaji ...
Summary: Try doing a Kazaa document search for the following keywords: shell programming unix solaris network You will find many pdf and zipped html books this...
Summary: If you can use ksh, you can get the length of a string variable using ${#variable}. You can also define variables with a maximum length. e.g: #!/bin/k...
Summary: I just thought about something. When the input file is too big, most of the unix commands couldn't handle it and the output will be messed up. So, mak...