Search Results

Search: Posts Made By: BandGap
2,953
Posted By BandGap
Well I did some testing as well. The system which...
Well I did some testing as well. The system which I used in the first post was a QuadCore AMD with Lustre file system (used mainly on clusters).

I just did the same thing on a Pentium 4 on ext3,...
1,376
Posted By BandGap
Since ftp works with a csh expansion syntax you...
Since ftp works with a csh expansion syntax you could do something like this:

mget ^[a-d].sh

Edit: I might have rushed things here. The behavior of mget depends on the ftp server. Thus it might...
2,953
Posted By BandGap
Why is cut slower than awk?
Hi all,

for test reasons I tried the following two one-liners:

time awk '{print $4}' T_64xSC_128RW_K500.dat > /dev/nulland

time cut -d" " -f6 T_64xSC_128RW_K500.dat > /dev/nullThe file...
7,346
Posted By BandGap
First off: I don't have a real problem I need to...
First off: I don't have a real problem I need to get fixed. And I know my way around on Linux fairly well.

Now: It's not a problem with 'cut' per se. The value I need is actually in the 4th column...
1,376
Posted By BandGap
Could u post how the ones you want to send differ...
Could u post how the ones you want to send differ from the others?
Also, is it an option to use s.th like scp (secure copy command)?
Cheers, BG
7,346
Posted By BandGap
slow for loop command execution?
Dear World,

I just wrote a script, which puzzled me somewhat. The siginficant code was:


for file in `ls splits*`; # splits* came from a split command executed earlier
do
tail -$SomeNumber...
Showing results 1 to 6 of 6

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