Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. KBAJay

    FT: Syntax Error

    You're right p5wizard. I got two scripts: awk-test.p and awk-openft.p awk-test.p: set -x ft -t -k sotest1:1100!`awk '{if ($7 ~ /KAN/) { x = substr($7, 11, 27); print x;} else continue} ' pr.hoeft` FT.KAU.%UNIQUE NHDRWSMb #awk '{if ($7 ~ /KAN/) # { x = substr($7, 11, 27); y = substr($7...
  2. KBAJay

    FT: Syntax Error

    Ok, I try to explain a little bit more. Here the code: set -x ft -t -k sotest1:1100!`awk '{if ($7 ~ /KAN/) { x = substr($7, 11, 27); print x;} else continue} 'pr.hoeft-jan` FT.KAU.%UNIQUE NHDRWSMb #awk '{if ($7 ~ /KAN/) # { x = substr($7, 11, 27); y = substr($7, 1, 3); # print "ft -t...
  3. KBAJay

    FT: Syntax Error

    I need some Help. I'm from Germany and my boss gave me a weird exercise. The script below don't really word and I have to fix it. But how? I get a FT: Syntax Error. sh awk-test.p + awk {if ($7 ~ /KAN/) { x = substr($7, 11, 27); print x;} else continue} pr.hoeft + ft -t -k...

Part and Inventory Search

Back
Top