NOTE:
I have discovered that three lines in the data files are missing the end numbers.
eg.
27,234,234,89
01,123,435,32
instead of
27,234,234,890
01,123,435,320
Is it possible to check through the files and add the extra number if we find two number to the right of the comma??
ps. this...
THanks for your quick response... We are almost there, here is the output from the last few dates I have using the awk script...
20041220 106698573
20041221 106953288
The problem is when I do the following:
for i in $(ls *.data);do tail -2 $i;done | sort -n
and import into excel I get...
Hi,
I have multiple files of the following format
FILE1:
Date Size
20041201 15,000
20041202 15,120
FILE2:
Date Size
20041201 1,195,040
20041202 2,334,140
ETC...
What I need to do is merge them into one file adding each respective line as it goes..
eg.
MASTERFILE:
Date...
Hi, I have around 300 files that I want to get merged into one file, their format is as follows:
file1:
DATE SERVERA
20041101 12
20041102 224
20041103 355
20041104 687
20041105 987
file2:
DATE SERVERB
20041101 3
20041102 6
20041103 66
20041104 567
20041105 4445
file3:
DATE SERVERC
20041101 1...
Hi, I'm getting the following error...
# lppchk -v
lppchk: The following filesets need to be installed or corrected to bring
the system to a consistent state:
bos.rte v<5 (not installed; requisite fileset)
Can someone please explain?
Current:
# oslevel...
Hi,
I have the following file that I'm trying to help a friend out with... basically it's a message board where people put posts in, lately some post are coming in that are not welcome.
What I want to do is find out how I can get the IP address of each person that puts a post up?? and...
RCP TESTS:
The following script was run on each server, does this point to a network issue or a server issue??
(GBFILE is a 1GB file)
rcp $GBFILE anttsm01:/dev/null
for HOST in $(cat /home/root/.rhosts | grep _gb); do
echo "---- $(hostname) to ${HOST} ---...
Hi,
I have two model 7026-H80's and a M80 at AIX 4.3.3 ML 11
Recently the network was upgraded to use Gigabyte
In doing so the backup times have not improved, I have performed the following tests to try to resolve but still not getting anywhere, can anyone provide advise on this?
note: I have...
I'm having problems using rsh from one sever (server1) to another (asking for password) (server2), the server (server1) is in the (server2) .rhosts file as well as other servers that I use and have no problems with.
Is there anything I have overlooked?? thanks
ps. I tried a search on the DB...
Hi, I would like to grab specific information out of the /etc/qconfig file... what I want is everything in the block starting with printxxx and then pxxx
eg.
>cat /etc/qconfig
print146:
device = hp@p146
hp@p146:
file =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.