Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

sed (GNU sed) 4.9 on archlinux,termux not support sed -i '' '...' #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

delbio
Copy link

@delbio delbio commented Oct 29, 2024

executing next command on archilnux machine or on termux environment:

KANBANFILE="test/test.csv" ./kanban 1 DOING

sed command raise this error and KANBANFILE is not updated

sed: can't read s|"HOLD","project10","fix item 1","H","2024-10-17@10:11"|"DOING","project10","fix item 1","HD","2024-10-17@10:11 2024-10-29@01:40"|g: No such file or directory
HOLD -> DOING

updating item with editor raise same behaviour.

Prevent use of sed -i '' fix the issue.

i am using:

Linux a 6.11.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Tue, 22 Oct 2024 18:31:38 +0000 x86_64 GNU/Linux

and this version of sed command:

sed (GNU sed) 4.9

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant