Search Results

Search: Posts Made By: leafei
1,625
Posted By leafei
If you have gawk, please try this: awk...
If you have gawk, please try this:

awk -F"\t" 'match($0, /(EC [0-9\-\.]+)/, p) { print $1,$2,p[1]}'
11,874
Posted By leafei
Have you tried: echo "hiddenhausen 99.60 y ...
Have you tried: echo "hiddenhausen 99.60 y 1.05 2.50 -550 -110 1:25:200..." | column -t
6,134
Posted By leafei
OK, I did some test and here's the conclusion: ...
OK, I did some test and here's the conclusion:

If you spwan a process in Expect and don't literally "expect" the process's output but "send" command immediately, Expect will send command *before*...
Showing results 1 to 3 of 3

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