Replies: 1 comment
-
I think it's actually an issue/missing feature. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any way to apply a filter to the result of an iteration without using intermediate files?
Expectation:
axt @@=`izz~Something[0]`~[0]:..2
Reality:
axt @@=`izz~Something[0]` > /tmp/temp.1; cat /tmp/temp.1~[0]:..2
Beta Was this translation helpful? Give feedback.
All reactions