atyh on Nostr: TIL, in the plan9 rc shell, you can output to multiple files with >file1 >[2]file2 ...
TIL,
in the plan9 rc shell, you can output to multiple files with >file1 >[2]file2
arrays are treated as first class citizens, and automatically split on whitespace.
in the plan9 rc shell, you can output to multiple files with >file1 >[2]file2
arrays are treated as first class citizens, and automatically split on whitespace.