Search Results

Search: Posts Made By: jurgen
2,366
Posted By jurgen
I tried it with the ping command but its not...
I tried it with the ping command but its not working with it. I read that its in general not possible to use the ping command for html sites???Telnet I also cant use...
2,366
Posted By jurgen
http request
I am running a website but I still have problems with the "service temporarily unavailable error". I want to make a simple check if the website is up and running. Does anybody has an idea how to do...
3,100
Posted By jurgen
both codes are working, thanks for the help ...
both codes are working,

thanks for the help

Jurgen
3,100
Posted By jurgen
change date format
Hi,
I have the variable "$date_update" in that form:
2011-12-31T13:00:09Z and I would like to change it to
31/12/2011 13:00:09 (Date and Time separated by a blank).

Does anyone has a simple...
1,584
Posted By jurgen
GREAT...its working :b: Thank you very...
GREAT...its working :b:


Thank you very much
1,584
Posted By jurgen
not working....
not working....
1,584
Posted By jurgen
my code is producing the same error message than...
my code is producing the same error message than the suggestion of in2nix4life....bad substitution
1,584
Posted By jurgen
thanks for the help but its not working, i got...
thanks for the help but its not working, i got the error message: "${i/\-DATE/}": bad substitution....
(using ksh)
Jurgen
1,584
Posted By jurgen
Simple renaming
Hi

Having many filenames in a folder containing the string "-DATE" (e.g. : Nbr_Name-DATE_2011.txt). I would like to remove the "-DATE" in each filename to get just: Nbr_Name_2011.txt . Know its...
2,386
Posted By jurgen
sftp password problem
Hello,
trying to download data by the ksh via sftp (password protected). I am looking for the exact syntax. (I know there are 1000 of threads but I have not found anything how to add the password)....
1,176
Posted By jurgen
Thats what I wanted to do, Thank you very...
Thats what I wanted to do,

Thank you very much for the help :b:

Jurgen
1,176
Posted By jurgen
the remove list are variables.For example: ...
the remove list are variables.For example:
remove_list='_12345_ '
- this line should be removed in the old_list.txt
home/user/..../20110414/XXX_12345_20110414.txt,50.4......


Regards
Jurgen
...
1,176
Posted By jurgen
Do not find the mistake in a small routine!!!
Have a textfile (regular updated) with informations about datafiles .
Each line is describing a datafile. Now I am trying to delete several specific lines in this textfile, which are defined before...
1,698
Posted By jurgen
thanks for you usefull help. It seems to work on...
thanks for you usefull help. It seems to work on the example I sent (I will do some tests and I hope its will work on each different line I have,- its not really clear for me what you are doing,...
1,698
Posted By jurgen
Thanks for the help..I think I make a basic...
Thanks for the help..I think I make a basic mistake with the path/filename because on each suggestion I tried I receive always the same error message:
...
1,698
Posted By jurgen
I will test it...(can not do it at the...
I will test it...(can not do it at the moment)...on the first view I absolutley dont understand this part:
/\1\3\/\2\3\4

---------- Post updated at 03:01 PM ---------- Previous update was at...
1,698
Posted By jurgen
ok thanks for the reply.the name of the textfile...
ok thanks for the reply.the name of the textfile is "input.txt". As I understand it correctly....you are searching for "name" and copy the numbers after. but "name" is also varying...
1,698
Posted By jurgen
another textprocessing
Hello, maybe too easy but I dont find the way....
I am processing (ksh) hourly a textfile with following content:

/inputfile/data/xxx/yyy/update/name_20110128.txt,123,LED,31.......
2,447
Posted By jurgen
"its not working" means that it is doing nothing....
"its not working" means that it is doing nothing. the files are like the original files (separated with blanks not with tab), just the data format is correct.
2,447
Posted By jurgen
Thanks for your help.If have done it on that way...
Thanks for your help.If have done it on that way and the date format is ok:

for station in 62105 62081
do
grep "^$yesterday" $station.txt | sed -e 's/ /\//' -e 's/ /\//' -e 's/ /:/2' >...
2,447
Posted By jurgen
thanks for your answer ....i will try it....no...
thanks for your answer ....i will try it....no shell solution?

---------- Post updated at 05:14 PM ---------- Previous update was at 05:13 PM ----------

?????
2,447
Posted By jurgen
no...sorry...i cant follow you at the moment...
no...sorry...i cant follow you at the moment...
1,158
Posted By jurgen
sed beginner question
hi and sorry for crossposting...
I have data, the first column is the date ("2011 02 03 12 45") and follow I have the measurements . What I would like to do is:
to read the data line by line...
2,447
Posted By jurgen
ok... here is a sample of an input file and how...
ok... here is a sample of an input file and how the files should be divided into 2 outputfiles:

input file:Filename: 111

2011 02 03 17 00 220 11.3 6.4 9 993.3 5.4
2011 02 03...
2,447
Posted By jurgen
sed beginner question
Hello,
I am processing data. In the first column there is the date ("2011 02 03 12 45") separated by space and follow I have the measurements.I have several days in one file. What I would like to do...
Showing results 1 to 25 of 25

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