Search Results

Search: Posts Made By: paolfili
1,167
Posted By paolfili
Thanks for your replies. The only viable...
Thanks for your replies.
The only viable solution I' ve found is:
script -f (flush output after each write) .filename ;)

paolo
1,167
Posted By paolfili
[Solved] The SCRIPT command - Can we see the log file of a running session?
Hello.
This is my situation.

script .anything
ls -l .

---How can I see the content of .anything using (i.e) cat .anything?

If not possible can someone suggest a sequence to simulate a...
954
Posted By paolfili
Thanks alister! Your solution solve brillantly...
Thanks alister!
Your solution solve brillantly the problem. ;-)
954
Posted By paolfili
Thanks for the reply. This is the whole script....
Thanks for the reply.
This is the whole script.

$ cat ./QuoteGrabber.sh
#!/usr/bin/bash
symbol='./ESJ1C1290'
a=$(./DDECmd.exe request -s TOS -t ASK -i $symbol)
b=$(./DDECmd.exe request -s...
954
Posted By paolfili
Printf ... some suggestions on using correctly?
Hi all.
Probably a silly question... :-(
This is my script.

$ cat ./QuoteGrabber.sh
#!/usr/bin/bash
a=$(./DDECmd.exe request -s TOS -t ASK -i /ESM1)
b=$(./DDECmd.exe request -s TOS -t BID ...
8,957
Posted By paolfili
First of all THANK YOU VERY MUCH to durden_tyler...
First of all THANK YOU VERY MUCH to durden_tyler and to Scrutinizer.
I need some time to elaborate(and study) your examples, and in some
days (if you want) I' ll came back with some other...
8,957
Posted By paolfili
??? >>>>>>>>>>>>>> ...
???



>>>>>>>>>>>>>>

Paolo
8,957
Posted By paolfili
I know little awk and some elements of perl. ...
I know little awk and some elements of perl.


awk '{if ($1/500 > last_time_frame) { sum = $2 } else { sum+=$2;print sum };last_time_frame=$1/500;print sum}' AAAA.txt

No way :(
8,957
Posted By paolfili
Sum value from selected lines script (awk,perl)
Hello.
I face this (2 side) problem.

Some lines with this structure.

...........
12345678 4
12345989 13
12346356 205
12346644 74
12346819 22
.........


The first...
Showing results 1 to 9 of 9

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