Skip to content

Instantly share code, notes, and snippets.

@gbraccialli
Last active December 1, 2015 20:45
Show Gist options
  • Save gbraccialli/15d0787cce1aab37b316 to your computer and use it in GitHub Desktop.
Save gbraccialli/15d0787cce1aab37b316 to your computer and use it in GitHub Desktop.
#export PHOENIX=`find /usr/hdp/current/phoenix-client/lib/ -name "*.jar" | xargs ls -m | tr -d '\n'`
#echo $PHOENIX
export $1=`find $2 -name "*.jar" | xargs ls -m | tr -d '\n'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment