[ 
https://issues.apache.org/jira/browse/FLINK-33218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robin Moffatt updated FLINK-33218:
----------------------------------
    Description: 
If a user of zsh (the default on MacOS) runs the literal command that's given 
under "Browsing the project directory" they get an error: 


{code:java}
$ cd flink-* && ls -l
cd: string not in pwd: flink-1.17.1
{code}
 

This is because the behaviour of `cd` is different under zsh than bash and the 
glob triggers this. I've written up [an 
explanation|https://rmoff.net/2023/10/04/cd-string-not-in-pwd/] for those 
interested:

  was:
If a user of zsh (the default on MacOS) runs the literal command that's given 
under "Browsing the project directory" they get an error: 


{code:java}
$ cd flink-* && ls -l
cd: string not in pwd: flink-1.17.1
{code}
 

This is because the behaviour of `cd` is different under zsh than bash and the 
glob triggers this. I've written up [an 
explanation|[https://rmoff.net/2023/10/04/cd-string-not-in-pwd/]] for those 
interested:


> First Steps - error when run with zsh
> -------------------------------------
>
>                 Key: FLINK-33218
>                 URL: https://issues.apache.org/jira/browse/FLINK-33218
>             Project: Flink
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Robin Moffatt
>            Priority: Not a Priority
>
> If a user of zsh (the default on MacOS) runs the literal command that's given 
> under "Browsing the project directory" they get an error: 
> {code:java}
> $ cd flink-* && ls -l
> cd: string not in pwd: flink-1.17.1
> {code}
>  
> This is because the behaviour of `cd` is different under zsh than bash and 
> the glob triggers this. I've written up [an 
> explanation|https://rmoff.net/2023/10/04/cd-string-not-in-pwd/] for those 
> interested:



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to