Re: newline separated grep output



In article <4771a60f-4af7-454f-a8da-bf4b5647a8bf@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
<chrisbgp@xxxxxxxxx> wrote:
Hello,

I'm trying to filter a string so that I can sort it. The problem is
that these strings appear after each other and I can't use cut/sort
that way.

The general answer to "I'm using the primitive tools [*] and I can't do X"
is "Stop using the primitive tools" and start using a real tool, such as AWK.

[*] grep, cut, tr, sed, comm, sort, join, etc, etc.

.



Relevant Pages

  • Re: vba sort a query
    ... that i have on a 'filter' button so when I click the filter the ... comboboxes but sort by what is selected in the sortby combobox. ... the choices in the sortby combobox are Branch, vendor, item and year ... Dim strdoc As String ...
    (microsoft.public.access.formscoding)
  • Re: mail merge selection criteria
    ... You're in the "Filter and Sort" ... Sort" doesn't show the filter I've set. ... Dim TableName As String ... So the select criteria is "pletter ...
    (microsoft.public.word.docmanagement)
  • Re: Is there a way to open a report in preview or report mode and have it be invisible?
    ... first sort is always enabled, the second sort only becomes enabled if ... Build a SQL string that can accomodate your recordsource, filter, ... Dim varCategory As Variant ...
    (comp.databases.ms-access)
  • "data type mismatch" trying to execute dialogue form
    ... I have a report with a form that I am trying to use to filter and then to ... then sort the report up to three levels. ... Dim strSection As String ...
    (microsoft.public.access.reports)
  • newline separated grep output
    ... I'm trying to filter a string so that I can sort it. ... that these strings appear after each other and I can't use cut/sort ...
    (comp.unix.shell)