Search Results

Search: Posts Made By: skubann
1,930
Posted By skubann
Hi, After thinking and a lot of try, I knew...
Hi,

After thinking and a lot of try, I knew where the issue come from : my distrib
I was working with a PC with 'Ubuntu 10.4' and the code seems don't work under this configuration (probably...
1,930
Posted By skubann
this is a copy of my code : while read EXT ...
this is a copy of my code :

while read EXT
do
echo " Extension: $EXT"
find ../SOURCES/ -name '*.${EXT}' | while read FILENAME
do
echo test
done
...
1,930
Posted By skubann
thanks for you answer, I test your code,...
thanks for you answer,

I test your code, and he don't works to (I suppose for the same issue) : the parsing problem.
I do the same test. I replace ${EXT} by txt and then he return me the four...
1,930
Posted By skubann
thanks for your answer. Your propositions...
thanks for your answer.

Your propositions don't works because I need to put the result of my query in a variable (result). After I will make an 'foreach' foreache line that returns my query...
1,930
Posted By skubann
variable issue
Hi,

I'm sure that it's a very simple issue.

this is a part of my code :
while read ligne
do
result=`ls -R ../FILES/|grep "."$ligne"$"`
echo $result
...
Showing results 1 to 5 of 5

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