Re: Help with shell command syntax

2022-02-24 Thread Jeff Zhang
Hi Fernando, To be honest, this question is not related to Zeppelin, it's better to ask this kind of question in stackoverflow. On Thu, Feb 24, 2022 at 11:19 PM Fernando Barreiro Lostres < fbarre...@sonoc.io> wrote: > Hello all: > > I'm executing a command in Zeppelin via the %sh interpreter to

Help with shell command syntax

2022-02-24 Thread Fernando Barreiro Lostres
Hello all: I'm executing a command in Zeppelin via the %sh interpreter to count files on a remote server matching a date template inside the file name. I'm trying to find the right syntax to parameterize it, in a way I can easily change the date in the filename without needing to change the code