Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
ETHO: Partitions.Tool hidden problem flag?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
no.top.p...@gmail.com  
View profile  
 More options Mar 10 2012, 3:57 pm
Newsgroups: comp.lang.oberon
From: no.top.p...@gmail.com
Date: Sat, 10 Mar 2012 20:57:44 +0000 (UTC)
Local: Sat, Mar 10 2012 3:57 pm
Subject: ETHO: Partitions.Tool hidden problem flag?
I remember that there was a rare problem of a
<flag getting unintentionally reset> which disabled
some of the functions of Partitions.Tool .

I made a note of it when I was still using N-O, but now
with LEO, lixux does all the disk management.

Not only do I need the info, but it's infuriating me that I
can't recover my important 'note' that I made years ago.
The info was missing from the original docos, since it's a
rare problem.

Can anyone help me?

== Chris Glur.

I've long claimed that 'search is the most important facility of
computing'. That's why google could control the world.

When I was using N-O, I modified/extended Find.Mod to
search a set of files for those which contain all of several
strings.  The linux version is slicker and YOU need this facilty to
re-find that important file that you saved before you went to
Moscow 7 weeks ago, and which mentioned "efault", "eoing",
"accident"....

Here's the linux call, to:  `Fnd3StrngsA  50  efault  eoing accident`

#!/bin/bash    
find . -type f -ctime -$1 -print0 | \  <-- list all file in this-dir-tree  < 50 days old
   xargs -0 grep -l $2 | tr "\n" "\0" | \   <-- which contain string:$2
   xargs -0 grep -l $3 | tr "\n" "\0" | \
   xargs -0 grep -l $4      <--- and which contain string:$4

This concatenative programming style: A -> B -> C ...N
is very cost-effective, and it would be interesting to adapt
Wirthian languages towards it.
The ecomony of mental effort comes from the fact that each stage
is isolated. I.e. maximum decoupling.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »