Re: Extract tar balls

2021-10-30 Thread Bob Bernstein
On Sat, 30 Oct 2021, Edgar Pettijohn wrote: A quick look at the manual for cvs looks like it probably should have just been: cvs tag successful-build-$DATE where $DATE is todays date. Here's what I see with that: $ cd /usr/src/ $ cvs tag successful-build-20211030 cvs tag: Tagging . cvs

Re: Extract tar balls

2021-10-30 Thread Edgar Pettijohn
On 10/30/21 3:51 PM, Bob Bernstein wrote: On Fri, 29 Oct 2021, John Nemeth wrote: If you don't use the default shell, then it is up to you to know how your shell functions. You may be right. Perhaps you can help me with this statement found in https://www.netbsd.org/docs/current/#tagging

Re: Extract tar balls

2021-10-30 Thread Bob Bernstein
On Fri, 29 Oct 2021, John Nemeth wrote: If you don't use the default shell, then it is up to you to know how your shell functions. You may be right. Perhaps you can help me with this statement found in https://www.netbsd.org/docs/current/#tagging --snip-- Tagging a successful build If

Re: Extract tar balls

2021-10-30 Thread Edgar Pettijohn
On 10/29/21 10:15 PM, Bob Bernstein wrote: I'm trying to follow _The NetBSD Guide_, but I am stymied by these instructions, at https://netbsd.org/docs/guide/en/chap-fetch.html $ for file in *.tgz do tar -xzf $file -C / done Entering that first line and pressing just yields "for: Command

Re: Extract tar balls

2021-10-29 Thread John Nemeth
On Oct 29, 23:15, Bob Bernstein wrote: } } I'm trying to follow _The NetBSD Guide_, but I am stymied by } these instructions, at } https://netbsd.org/docs/guide/en/chap-fetch.html } } $ for file in *.tgz } > do } > tar -xzf $file -C / } > done } } Entering that first line and pressing just

Extract tar balls

2021-10-29 Thread Bob Bernstein
I'm trying to follow _The NetBSD Guide_, but I am stymied by these instructions, at https://netbsd.org/docs/guide/en/chap-fetch.html $ for file in *.tgz do tar -xzf $file -C / done Entering that first line and pressing just yields "for: Command not found." Are those steps, as printed,