Robin Moffatt created FLINK-33218: ------------------------------------- Summary: 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
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)