Skip to content

Instantly share code, notes, and snippets.

@markuman
Created September 4, 2018 11:17
Show Gist options
  • Save markuman/d1566d31a20928e26ce05ca4b1edfc20 to your computer and use it in GitHub Desktop.
Save markuman/d1566d31a20928e26ce05ca4b1edfc20 to your computer and use it in GitHub Desktop.
root@cac0346394cc:/mnt/ant_build# find . -name .jar
root@cac0346394cc:/mnt/ant_build# find . -name .jar
root@cac0346394cc:/mnt/ant_build# find . -name *.jar
./lib/AWSKinesisStreamingDataAgent-1.1.jar
root@cac0346394cc:/mnt/ant_build# ls private/com/amazon/kinesis/streaming/agent/
Agent$1.class ByteBufferInputStream.class Logging.class
Agent$2.class ByteBuffers.class config
Agent$3.class Constants.class custom.log4j.xml
Agent$4.class CustomLog4jFallbackErrorHandler.class metrics
Agent.class CustomLog4jFallbackPatterLayout.class package-info.class
AgentAWSCredentialsProvider.class HeartbeatService.class processing
AgentAWSCredentialsProviderChain.class IHeartbeatProvider.class tailing
AgentContext.class Logging$Log4JNamespaceContext.class versionInfo.properties
root@cac0346394cc:/mnt/ant_build#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment