Re: vpaste alternative?
[email protected] (yary) Tue, 26 Aug 2025 07:08:48 -0600
| Newsgroups | perl.perl6.users |
|---|---|
| Message-ID | <CAG2CFAbbGcAdiS_NB+_sDDEy90jb_Vk90yigNenLmvTBySMAjA@mail.gmail.com> |
Port 9999 accepts a message of what to write. You’ll notice that when you go to read it it’s not 9999 anymore. -y On Mon, Aug 25, 2025 at 5:38 PM ToddAndMargo via perl6-users < [email protected]> wrote: > On 8/25/25 7:43 AM, Andy Bach wrote: > > # echo hi mom | nc termbin.com 9999 > > https://termbin.com/o084 > > # curl https://termbin.com/o084 > > hi mom > > > > termbin 9999 returns the url to refetch the "pasted" text. > > That makes sense now. > > I thought 9999 was the TCP port? Is is also the > refetch code? >