9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] rc heredoc bugs
@ 2022-01-02  0:35 qwx
  2022-01-02  0:48 ` 有澤 健治
  0 siblings, 1 reply; 2+ messages in thread
From: qwx @ 2022-01-02  0:35 UTC (permalink / raw)
  To: 9front

Hello,

Heredocs still seem broken with the latest rc(1),
here's some examples:

; cat <<! >/tmp/a
		bleh
	!
	!
#d/0:55: can't open: '/!' mounted directory forbids creation
; cat <<! | cat
		bleh
	!
	!
#d/0:59: c!: './c!' directory entry not found


Thanks for all the work,
qwx

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9front] rc heredoc bugs
  2022-01-02  0:35 [9front] rc heredoc bugs qwx
@ 2022-01-02  0:48 ` 有澤 健治
  0 siblings, 0 replies; 2+ messages in thread
From: 有澤 健治 @ 2022-01-02  0:48 UTC (permalink / raw)
  To: 9front

Mine is not.

hebe% cat <<! >/tmp/a
     bleh
     !
hebe% cat /tmp/a
bleh
hebe% cat <<! | cat
     bleh
     !
bleh
hebe%

Kenji Arisawa


On 2022/01/02 9:35, qwx@sciops.net wrote:
> Hello,
>
> Heredocs still seem broken with the latest rc(1),
> here's some examples:
>
> ; cat <<! >/tmp/a
> 		bleh
> 	!
> 	!
> #d/0:55: can't open: '/!' mounted directory forbids creation
> ; cat <<! | cat
> 		bleh
> 	!
> 	!
> #d/0:59: c!: './c!' directory entry not found
>
>
> Thanks for all the work,
> qwx


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-02  0:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-02  0:35 [9front] rc heredoc bugs qwx
2022-01-02  0:48 ` 有澤 健治

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).