The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 05-13-2008
psiva_arul's Avatar
psiva_arul psiva_arul is offline
Registered User
 

Join Date: Jul 2007
Location: Bangalore, India
Posts: 78
using awk we can achive your solution.

using awk we can get the solution for your problem


if $1 ='AAA' we can redirect it into new file AAA.dat
and if $1 ='BBB' we can redirect it into new file BBB.dat


please use this way to get the solutions

Regards,
Siva.P
Bangalore
Reply With Quote