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
Currently, BQN expects its input from command line arguments. However, using cat ... sends it through the shell's parser which tokenizes it using whitespace. Therefore all whitespace characters from input are lost.