Search Results

Search: Posts Made By: pooga17
3,277
Posted By pooga17
i think this will help grep -i "\_abc\_"...
i think this will help
grep -i "\_abc\_" filename
4,558
Posted By pooga17
i think this will help:- read ext #<enter...
i think this will help:-

read ext
#<enter the ext>
for i in `ls *.$ext`
do
echo $i
done
27,832
Posted By pooga17
find . -name "test*" |awk -F/ '{print...
find . -name "test*" |awk -F/ '{print $NF}'
2,881
Posted By pooga17
sed s/"44247288-"/"44247288"/g...
sed s/"44247288-"/"44247288"/g <file_name>
12,567
Posted By pooga17
How to improve grep performance...
Hi All,

I am using grep command to find string "abc" in one file .

content of file is
***********
abc = xyz
def= lmn
************

i have given the below mentioned command to redirect...
1,267
Posted By pooga17
i have used cut option..it working.. grep cs...
i have used cut option..it working..
grep cs *abc | cut -d ":" -f2...

Thanks again for all the help
1,267
Posted By pooga17
Need help on grep
Hi,

I have a script where i am checking data in specific files with "*abc" extension. There is a possibility of having one file or multiple files in a directory. After grepping the keyword i am...
6,681
Posted By pooga17
help on ksh and sql..getting error as is too long. maximum size is 240 characters."
Hi,
In my script i am executing sql file and there are some variables in SQL files which are assigned at run time. one of the variable value is having more than 240 characters and at time of...
2,636
Posted By pooga17
Hi,, not sure of the content of ur file,,but i...
Hi,,
not sure of the content of ur file,,but i tried this on a sample file...

sample file test :-

test1 test2 test3 test4 test5
test1 test2 test3 test4 test5
test1 test2 test3 test4 test5...
Showing results 1 to 9 of 9

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