Skip to content

faq PadoGrid bash auto completion prepends backslash to environment variables

Dae Song Park edited this page Sep 19, 2022 · 1 revision

In my environment, PadoGrid bash auto-completion prepends \ to envirnment variables. How do I fix this?

This is a well-known bug that occurs on macOS and RHEL. Add the following in your .bashrc or .bash_profile to fix this problem. Note that this is a macOS and RHEL bash bug and is NOT contributed by PadoGrid.

# Fixes bash auto-complete bug that prepends '\' to env variables
shopt -s direxpand

Overview

Operations

Tools

Platforms

Clouds

Pado

Geode/GemFire

Hazelcast/Jet

ComputeDB/SnappyData

Coherence

Hadoop

Kafka/Confluent

Mosquitto

Redis

Spark

Clone this wiki locally