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 gkittelson 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. kubabuk

    change file attribute

    Hi, I was wondering, if it is possible to set permission attributes while creating a file? Can I somehow put chmod a+x inside awk loop? thanks a lot kuba
  2. kubabuk

    read value from second line

    Thanks a lot, Feherke that works!
  3. kubabuk

    read value from second line

    Hi there, This should be fairly simple. How can I read a value from the second line in first column? thanks kuba
  4. kubabuk

    create several files

    Hi there, I was just wondering what I am doing wrong? I wanted to save output in multiply files. but only test2.txt has a content. awk 'BEGIN {vara = "test"; for (i =1; i <= 20; i++) print vara i }' > c:/test.txt > c:/test2.txt Btw. Is it possible to have loops in loops in awk? Thanks for...

Part and Inventory Search

Back
Top