Search Results

Search: Posts Made By: GeorgeP
2,230
Posted By GeorgeP
awk and find command question
Hello!

I have written this script:
for file in "$( find $dirName -type d )"
do
echo "$file"
echo "hello"
done

but as a result I get all the directories and in the end the work "hello"....
Showing results 1 to 1 of 1

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