Search Results

Search: Posts Made By: Mikey
3,484
Posted By Mikey
Thank everyone, I devised my own fix. I converted...
Thank everyone, I devised my own fix. I converted the txt file to xml and that made extraction much easier.

Mike
3,484
Posted By Mikey
Grabbing data between 2 points in text file
gives me what I have been looking at all evening

#### Device WR25UW8E:1374125280 (WR25UW8E:1374125280):

## Process data:
Error ( Error):
E-Total (...
3,484
Posted By Mikey
Grabbing data between 2 points in text file
I have a text file that shows the output of my solar inverters. I want to separate this into sections. overview , device 1 , device 2 , device 3. Each device has different number of lines. but they...
4,362
Posted By Mikey
I will have to go back and visit those items. I...
I will have to go back and visit those items. I was looking through the database and found these preceding the coords :
! and = anything else appears to be bad data because of poor data entry at the...
4,362
Posted By Mikey
The example was yes a grep of !38 Then I did a...
The example was yes a grep of !38 Then I did a grep of !39 and so fourth. Every time I update the file I have to re run my sequence all over again.
4,362
Posted By Mikey
explainned
Yes you are correct ! beginning marker
4229.36N is the lat 42 29.36N
L ignore this space
09332.63W is the lon 093 32.63W
4,362
Posted By Mikey
Pulling data by GPS coordinates from text file
Hi there,
I'm having a problem trying to extract data from within a text file. I'm trying to extract this manually for a lack of better words.
I need any items that fall within latitude 36.5 to...
3,084
Posted By Mikey
scripting Bash to access ISP mail
I'm trying to create a small program to look at my isp and pull down the messages into individual text files. This is just a read only setup. I need to pull down the message and kill it on the...
2,591
Posted By Mikey
Works great and much cleaner Thank you
Took out all of my extras that weren't needed
2,591
Posted By Mikey
Thank you It worked but ...
It reversed the order of all the dates in the file.

Now they are all in there starting yesterday and ending in begining.
Its kind of funny looking at the graphs backwards.

-----Post...
2,591
Posted By Mikey
best practice please
I have a data file that I tail and dump the data into a new file at midnight.
To work I had to use tail -n2 livefile.csv >> storefile.csv. This is ging me 2 or 3 entries at a time into the...
2,308
Posted By Mikey
Breaking down a Serial data stream
I'm running Debian ib Bash shell. currently I'm streaming the data from ttyS1 . The data stream is 13 fields comma delimited

cat /dev/ttyS1
...
69,022
Posted By Mikey
I noticed you used ksh should this work in a bash
I noticed you used ksh should this work in a bash
1,652
Posted By Mikey
you nailed it
Thank you,

That was it. I have since streamlined things as well.
1,652
Posted By Mikey
the second FTP file to extract the file from the...
the second FTP file to extract the file from the controller to the linux box.

#!/bin/bash

HOST='webbox'
USER='User'
PASSWD='sma'
FILE={cat solar_ftp_file.txt}

ftp -i -n $HOST <<EndFTP...
1,652
Posted By Mikey
trouble with moving a file
Hi ,
I'm not so new to linux but very very rusty. Trying to migrate my solar / wind power web server from Windows XP runnning apache to linux. I have the first part of the ftp down as you can see...
Showing results 1 to 16 of 16

 
All times are GMT -4. The time now is 11:07 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy