Project

General

Profile

Actions

Feature #285

closed

Support stdin and stdout hyphen arguments

Added by Philippe Proulx almost 12 years ago. Updated about 4 years ago.

Status:
Invalid
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
06/21/2012
Due date:
% Done:

0%

Estimated time:

Description

Make this possible:

$ cat some-text-trace | babeltrace -i some-text-format -o some-other-format - output.sof
$ babeltrace -i ctf -o some-other-format /path/to/ctf/trace - | grep event_name
$ cat some-text-trace | babeltrace -i some-text-format -o some-other-format - - | grep event_name

Hyphen (-) represents stdin or stdout within the command line here, just like grep, lame and other input/output commands do.

Actions #1

Updated by Jonathan Rajotte Julien about 4 years ago

  • Status changed from New to Invalid

State of babeltrace moved a lot since.

Closing this ticket as invalid. Reopen it if it stills apply to Babeltrace 2.

Actions

Also available in: Atom PDF