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
printf"# foo: bar\n"> test1
printf"# foo: bar"> test2
sd '# foo: \w+\n?''' test1 test2
memory map must have a non-zero length
memory map must have a non-zero length
cat test1 | sd '# foo: \w+\n?'''
cat test2 | sd '# foo: \w+\n?'''
As seen in the above example, piping the contents of test1 and test2 to the sd command works as expected, whereas passing the files themselves results in an error.
The text was updated successfully, but these errors were encountered:
As seen in the above example, piping the contents of
test1
andtest2
to thesd
command works as expected, whereas passing the files themselves results in an error.The text was updated successfully, but these errors were encountered: