Search Results

Search: Posts Made By: renuk
1,734
Posted By Akshay Hegde
Use CODETAG not ICODE write one function and...
Use CODETAG not ICODE

write one function and call it

something like this

Fun_foo(){
for i in $1
do
you code goes...
1,734
Posted By CarloM
You can pass the field numbers as parameters as...
You can pass the field numbers as parameters as well.

Updating Ashkay's solution:
foo(){
DELMT="|"
for i in $1;
do
...
1,161
Posted By pravin27
try this one. if [ `grep -c 'GLMA_Dly_Pmix'...
try this one.
if [ `grep -c 'GLMA_Dly_Pmix' file_GLMA.xls` -gt 0 ];
1,384
Posted By ctsgnb
Something like this ? awk -F'|'...
Something like this ?

awk -F'|' '{$12=$13=z}1' OFS='|' *.psv | sed 's/||*/|/g' >/dm/RMDW_LandingZone/archive/Analysis/renu/abac/temp2

$ cat f1
1|2|3|4|5|1|2|3|4|5|1|2|3|4|5|6...
Showing results 1 to 4 of 4

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