Summary: How do you count and display the frequency of occurrence of each letter in alphabet (ignore case).For example abc as input file. I tried searching on ...
Summary: Hi there I am hoping you could help me with a script that would search for a word and extract the block of text containing it. This is a log file cont...
Summary: Dear Friends: I currently have a script that does a simple grep on "failed_logon" and emails them to me. It's rather ugly. How can I use awk to...
Summary: I am a Windows user trying to learn how to use Unix, so forgive me if I need short-bus type answers. Can someone help me with this issue? I need to u...
Summary: Hi to all, That's what i wanted jim..many thx for your help. To Rajesh: I wanted to use the $1 and $2 from the result of applying the awk cmd to a fil...
Summary: Hi guys, Iam a beginner in awk/sed and need a help on awk/sed. This is my requirement. I have a text file with following entry xx yy zz.txt aa bb cc.t...
Summary: hi ther, m having a .bat file having a line as below: cd /apps/bss/BatchProg/bss; ls -l *.sh How i can i possibly get the customized output like how t...
Summary: I'm new to all awk and cygwin so stuck on something probably very simple. Awk will print multiple lines, but when I output to a file everything is stu...
Summary: I'm trying to write what I expected to be a reasonably simple awk routine to generate a list of numbers as part of a larger bash shell script (since...
Summary: Need help with awk or sed script. I have multiple files with the following in first line NUMBER_COLUMNS=15 I want to increase the number by 1 so it sh...
Summary: Does anybody know if it if possible to sort a file excluding the first row (Header) or do I have to tail the remaining rows to another file and then s...
Summary: Instead of specifying the filename of pkginfo_list, you would remove that filename and instead pipe that data into awk. So, instead of: awk -v reqdat...
Summary: I need help with awk: abc 76.33009, 99.88804 abc 76.45004, 98.98344 abc 22.33733, 90.223456 abd 98.7490, 98.870003 abd 12.331113, 98.444501 abe 98.757...
Summary: hi, i want to check for a field on file and if the field from 670 to 672 is TX,OK,WA then i need to write those lines in a new file , if not it should...
Summary: I am working with data which is in this format: Product1 Cost Inventory # Product2 Cost Inventory # What I want to do is conver that file into Produc...
Summary: Hello, you will see: I called up a file that contains the following lines: # cat > zzz2 << Acaba {print "/codigos/dcing/exe/" \$9 " " \$5 " " \...
Summary: Hi Firend, Need a help in awk/sed/tr/ perl .my file is very huge, so need some fast method. My request. ========= 1. File is delimited by | 2. in ...
Summary: Thanks for the last 2 replies they are really helpful. The awk script works fine but, you are right, I do need to preserve the order. Not had success...
Summary: That's a simple awk script, which will run under bourne shell. This does not sound like a homework assignment to me, but please confirm if it is or no...
Summary: Hi expert guys, I need your help with awk or python scripting! I need to find and mark rows in my file where there are element repeated in the followi...
Summary: I'm trying to do something relatively simple, but I'm getting a generic syntax error and haven't been able to figure out why yet. I was hoping somebod...
Summary: Hi, I have a very simple file, one line, with one number (floating point) on it (thats the whole file). I need to read that number into a variable wi...
Summary: I need to use a counter for some output from an awk command...I have a file with two lines in it and I want the contents of these lines preceded by a ...