Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
shell awk
Name: mehul Date: May 21, 2003 at 13:07:43 Pacific OS: sun CPU/Ram: sun
Comment:
Hi I need some help.....
i have a test file each line have some information i want to search for a particular word (basically a file name of same extension eg filename.log) if i find this extension ".log" in any lines in a file i need that whole line to be stored in different file
i need to know i can grep for that extension but how do i copy that particular line on which i found that extension in another file
Summary: I'm new with AWK script. I have an awk script and inside this script, I want to call other shell script or awk script to run. How to call other shell script/awk script in my awk script Please help me....
Summary: Awk is a program that runs on top of the shell. Awk is a separate programming language that's used to manipulate text files. Awk has it's own set of commands that are separate from shell commands. ...
Summary: Hi need some help I have a file in which there are 16 lines i get count from some other place if the count=3 than i want only 3 lines to be printed from the file....if the count=4 than 4 line should b...