Skip to content

Instantly share code, notes, and snippets.

@atextor
Created May 24, 2012 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atextor/2781717 to your computer and use it in GitHub Desktop.
Save atextor/2781717 to your computer and use it in GitHub Desktop.
cd'able archive files test
a_textor@vs11[~]$ cd test
a_textor@vs11[~/test]$ ls
sbt.jar
a_textor@vs11[~/test]$ cd sbt.jar
a_textor@vs11[~/test/sbt.jar]$ ls
jline/ LICENSE LICENSE_Apache LICENSE_JLine LICENSE_Scala META-INF/ module.properties NOTICE org/ sbt/ scala/ xsbt/ xsbti/
a_textor@vs11[~/test/sbt.jar]$ touch foo
a_textor@vs11[~/test/sbt.jar]$ cd ..
a_textor@vs11[~/test]$ unzip -l sbt.jar | grep foo
0 2012-05-24 15:58 foo
a_textor@vs11[~/test]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment