Re: How can I FTP a file from one UNIX box to other UNIX box using xcomtp.



"Ambarish" <ambarishj@xxxxxxxxx> writes:

Hi,
sorry i mispelled it. it is "xcomtcp". I think the awk command will
read each line, it will take long time. i mean, i have tried awk
command but it is taking long time.

It will. 10GB is a lot.
Offhand I'm not sure what will be the best approach.
* Another tool besides awk (i.e. perl?),
* preventing the file from getting to be too large
* Faster computer


--
Sending unsolicited commercial e-mail to this account incurs a fee of
$500 per message, and acknowledges the legality of this contract.
.



Relevant Pages

  • Re: script to send automatic email
    ... Janis Papanagnou wrote: ... The scenario is the awk command should check the second field of the ... any mail sent if nothing matches, while in your code an empty mail will ...
    (comp.unix.shell)
  • Re: awk command
    ... files keep arriving ... awk command to filter out the unwanted files - following this format: ... See question 24 in the FAQ for how to really pass the value of shell variables to awk. ...
    (comp.unix.shell)
  • Re: script to send automatic email
    ... The scenario is the awk command should check the second field of the ... if it is greater than 80 it should trigger an automatic email ... any mail sent if nothing matches, while in your code an empty mail will ...
    (comp.unix.shell)
  • Re: Use grep to match files not containing a string?
    ... Would you please send me an example of how you would do that with awk? ... And which awk command should I use? ... by writing the result to a tmp file, resetting ARGV(the highest level input ...
    (comp.unix.shell)
  • Re: Awk and shell variables
    ... The fact is that i'm using the awk command to do that (i think its the ... one for) but i need to use awk variables in my shell script. ... The "echo" command print 0 and it should print 9 ...
    (comp.unix.shell)