Search Results

Search: Posts Made By: leafei
2,415
Posted By leafei
The title leads me to join: join FileA.txt...
The title leads me to join:

join FileA.txt FileB.txt
1,562
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,818
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,084
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*...
6,084
Posted By leafei
I don't know what you're trying to accomplish,...
I don't know what you're trying to accomplish, but I don't see fdisk anywhere in your code.
2,846
Posted By leafei
You can also try to use {} to quote your bash...
You can also try to use {} to quote your bash command. It'll prevent any interpretation.
2,051
Posted By leafei
Thanks, Shell_Life. I used awk, but your way...
Thanks, Shell_Life.

I used awk, but your way worked, too.
2,051
Posted By leafei
Thanks for your reply, pkabali. But the list...
Thanks for your reply, pkabali.

But the list function will list all files available on the server, that way would retrieve all files into each date '+%Y-%m-%' directory. It's hard to determine...
2,051
Posted By leafei
sort retrieved data files in different dirs
Hi,

I have a script to retrieve data files from server and store them in a directory on local disk. The script runs everyday as cron job. But now those files are too many so my boss wants me to...
Showing results 1 to 9 of 9

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