Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

tpipe

  1. J

    tpipe instructions for newbies

    For newbies, are there instructions for writing tpipe commands? There is a long list of parameters but I can find no examples how to write the commands. For example, how do I make it sort lines of a text file, assuming that it can do that?
  2. H

    History and TPipe Oddness

    Sorry for the long message. I've been using TakeCommand for many years now, but lately I'm seeing some weird behavior with history, recall (up arrow) and tpipe. On the Command Line options tab, I have checked [Move to End] and selected the [Save Last] radio button under Command History. I have...
  3. MikeBaas

    How to...extract a string from a .json-file?

    I have a small .json-file: {"created_at":"2019-09-06T15:51:10Z","id":19814066,"tag":"v0.9b11"} Now I want to get the value for tag - what's the best to do that? My only idea was TPIPE, but after RFTMing I have the impression that this can only be used to filter line (e.g. /string always returns...
  4. K

    I need file examples for tpipe /replacelist

    Hi there! I am trying to use tpipe /replacelist, but it does not work. I need to replace words in "test.txt" to their pair from "pairs.txt" and create modified "test_1.txt" Comand line tpipe /input=test.txt /output=test_1.txt /replacelist=0,0,0,0,0,0,0,0,0,pairs.txt My question - how should be...
  5. C

    TPipe /dup

    /dup=Type,MatchCase,StartColumn,Length,IncludeOne,Format Remove or show duplicate lines. The arguments are: Type: 0 - Remove duplicate lines 1 - Show duplicate lines MatchCase - If 1, do case-sensitive comparisons StartColumn - The starting column for comparisons Length - The Length of...
Back
Top