Hello,
While using CDP on command line , I can't seem to make the -D@ flag work for equal divisions between two numbers on a text file. I've explored many of the other possibilities for Columns and they all seem to work. However, whenever I try to use -D@ flag, it fails, saying "Unknown Flag -D@". I believe I'm writing this properly, as other flags from the same program have already previously worked, and the syntax is correct from the documentation present with columns -g and columns -f. Can anyone confirm this is a bug? Is there any way to fix this somehow? It is a simple function to replace in other ways, but it's very useful to me. Below are the few lines I've used.
(t.txt containing: 1 10)
columns t.txt t2.txt -D10
(responds: Unknown Flag -D1)