Re: [PATCH v2] cmd: cat: add new command

2022-08-19 Thread Roger Knecht
--- Original Message --- On Sunday, June 19th, 2022 at 15:08, Heinrich Schuchardt wrote: > > > On 6/19/22 16:23, Roger Knecht wrote: > > > On Thursday, June 9th, 2022 at 22:27, Roger Knecht rkne...@pm.me wrote: > > > > > On Wednesday, June 8th, 2022 at 15:59, Tom Rini tr...@konsulko.c

Re: [PATCH v2] cmd: cat: add new command

2022-06-19 Thread Heinrich Schuchardt
On 6/19/22 16:23, Roger Knecht wrote: On Thursday, June 9th, 2022 at 22:27, Roger Knecht wrote: On Wednesday, June 8th, 2022 at 15:59, Tom Rini tr...@konsulko.com wrote: On Sat, Jun 04, 2022 at 11:19:15AM +, Roger Knecht wrote: Add cat command to print file content to standard out Sign

Re: [PATCH v2] cmd: cat: add new command

2022-06-19 Thread Roger Knecht
On Thursday, June 9th, 2022 at 22:27, Roger Knecht wrote: > On Wednesday, June 8th, 2022 at 15:59, Tom Rini tr...@konsulko.com wrote: > > > On Sat, Jun 04, 2022 at 11:19:15AM +, Roger Knecht wrote: > > > > > Add cat command to print file content to standard out > > > > > > Signed-off-by: Roger

Re: [PATCH v2] cmd: cat: add new command

2022-06-09 Thread Roger Knecht
On Wednesday, June 8th, 2022 at 15:59, Tom Rini wrote: > On Sat, Jun 04, 2022 at 11:19:15AM +, Roger Knecht wrote: > > > Add cat command to print file content to standard out > > > > Signed-off-by: Roger Knecht rkne...@pm.me > > --- > > v2: > > - Moved cat from boot to shell commands > > -

Re: [PATCH v2] cmd: cat: add new command

2022-06-08 Thread Tom Rini
On Sat, Jun 04, 2022 at 11:19:15AM +, Roger Knecht wrote: > Add cat command to print file content to standard out > > Signed-off-by: Roger Knecht > --- > v2: > - Moved cat from boot to shell commands > - Added MAINTAINERS entry > - Added comments > - Improved variable naming > > MAINTA