You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by logerse October 16, 2024
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
The text was updated successfully, but these errors were encountered:
Discussed in #4674
Originally posted by logerse October 16, 2024
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
The text was updated successfully, but these errors were encountered: