Search Results

Search: Posts Made By: prez
1,921
Posted By prez
hi, cut -f2,3 -d" " <filename> this shud...
hi,
cut -f2,3 -d" " <filename>
this shud work...
5,461
Posted By prez
try using 2 delete tags in file2 ... it will fail...
try using 2 delete tags in file2 ... it will fail
try not to use any delete tag in file 2, it will fail
11,760
Posted By prez
so why it is not run as a child process when...
so why it is not run as a child process when function is called directly in the main script
6,754
Posted By prez
awk 'BEGIN...
awk 'BEGIN {ORS=RS="</product>";FS=">"}{if(substr($5,14,13)!="Application2<")print}' file
this shd work i beleive
11,760
Posted By prez
return value of a function
Hi
I have a doubt in the way the variables inside a function are treated .
if a function is called from the main script directly, the variables inside them act as global variables.
however if...
5,461
Posted By prez
hi , it is fine... but it wud display the...
hi ,
it is fine... but it wud display the results 2 times if there are 2 delete tags in the file2.... which shudnt be the case
5,461
Posted By prez
Hi the script is fine. just change the if...
Hi
the script is fine.

just change the if loop used to
if [ "$pattern" = "$line" ]

Also the script is hard coded.
If you dont have any delete tag in file2, it wud display nothing.
on...
Showing results 1 to 7 of 7

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