Search Results

Search: Posts Made By: monstrousturtle
12,823
Posted By Corona688
Hmmm. I take it you're grepping for a list of...
Hmmm. I take it you're grepping for a list of words there? You can probably do that in one grep instead of 10,000:

grep -f good_ones.txt newdb.txt |
while read LINE
do
echo...
12,823
Posted By Corona688
It is very important. Thank you for posting it. ...
It is very important. Thank you for posting it.

What's even more important, of course, is the contents of the script itself, and where the error occurs in it...

'resource temporarily...
3,582
Posted By Scrutinizer
To illustrate: open a command prompt in Windows: ...
To illustrate: open a command prompt in Windows:
> echo text1 > A.txt
> type a.txt
text1
> echo text2 >> a.txt
> type a.txt
text1
text2
3,582
Posted By Corona688
You've got the right idea, but == means equal,...
You've got the right idea, but == means equal, not regex. ~ is a regex comparison.

Putting an expression in front of an outer code-block like that is an implied "if", by the way. "if this regex...
3,582
Posted By Corona688
You are out of luck, period. Windows...
You are out of luck, period.

Windows filesystem is case-insensitive. Cygwin is not a magical backdoor that can overcome this fundamental operating system limitation. It operates inside Windows...
Showing results 1 to 5 of 5

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