Search Results

Search: Posts Made By: sowjanya.addala
24,800
Posted By sowjanya.addala
If you want to seperate your output fields by a...
If you want to seperate your output fields by a tab then you can use

awk 'BEGIN { OFS="\t" } {print $1,$2,$5 }' xxxxx > yyyyy;

If you want to read the input as tab seperated then use

awk...
11,631
Posted By sowjanya.addala
What are you actually trying to compare with 10?...
What are you actually trying to compare with 10? If it is the output of the query i.e. (count(*) ) that you are trying to compare with 10 then you can use the following code.

#!/bin/ksh...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 10:33 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy