LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to compile and run a db2 cobol program on AIX (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-compile-and-run-a-db2-cobol-program-on-aix-709269/)

sekhar@gsr 03-04-2009 10:46 PM

how to use sort along with awk
 
how to use sort along with awk

T74marcell 03-05-2009 06:47 PM

You can pipe one tool's output into the other tool's input. Something like:
sort file1 | awk -f programfile file2
The actual effect depends on the awk script.

You have not been very verbose about the details of your project, so the only advice to give is read the man pages, google for some clever tutorials and get used to plain basic UNIX concepts.

Arch Linux


All times are GMT -5. The time now is 08:05 PM.