Last active
December 1, 2015 20:45
-
-
Save gbraccialli/15d0787cce1aab37b316 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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