Search Results

Search: Posts Made By: JhonTheNewbie
1,294
Posted By JhonTheNewbie
Thank you, problem solved!
Thank you, problem solved!
1,294
Posted By JhonTheNewbie
for word in $(<$f1); do echo $word |...
for word in $(<$f1); do
echo $word | grep "[a-z]"
done

$f1 stores the file name, the problem with my code is that the words are printed on separated lines.
1,294
Posted By JhonTheNewbie
Find words containing small letters
Hello, I have a file containing different words. How can i print the words which contain at least one small letter, for example if i have:

today TOMORROw 12345 123a
next preViou5 no

it should...
Showing results 1 to 3 of 3

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