chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Noob needs current tutorial please


From: Duke Normandin
Subject: Re: Noob needs current tutorial please
Date: Sun, 10 Jan 2021 12:37:41 -0700

On Sun, 10 Jan 2021 09:56:00 +0100
Stefan Schmiedl wrote:

> "Duke Normandin" <dukeofpurl@gmx.com>, 10.01.2021, 05:05:
> 
> > Follow-up ...

[snip]

> Write a program echoing its commandline arguments to stdout
> and then feed it with different types of arguments:
> 
> csi -ss echo.scm a b A 123 a.*c 'a.*c' "d e f" 'g h i' j\ k
> 
> to test which of your assumptions with respect to arguments hold.

Using Windoze Powershell, the following worked:

Get-Content .\quickrep.dat | csi -ss quickrep.scm  'a.*c'
A         ?xyzAghi Agh
foonly

The traditional `<' redirection operator was nuked in favor of a
new "Get-Content" cdmlet. :(

Haven't tried to get the scheme script working on plain cmd shell.
I've got Debian installed on my Win10 box. I may learn
scheme/chicken there!
-- 
Duke



reply via email to

[Prev in Thread] Current Thread [Next in Thread]