Skip to content

Instantly share code, notes, and snippets.

@xatier
Created July 4, 2014 10:18
Show Gist options
  • Save xatier/f234c68bdf1f9b04c330 to your computer and use it in GitHub Desktop.
Save xatier/f234c68bdf1f9b04c330 to your computer and use it in GitHub Desktop.
# we have these files under `pwd`
┌─[ Fri Jul 04-18:16:29 ] xatier @ xatier-Air ^_^ [ ~> on master= ]
└─[~/work/llvm/llvm/lib/AsmParser]-[Mac OS X] $ ls
CMakeLists.txt LLLexer.h LLParser.h LLVMBuild.txt Parser.cpp
LLLexer.cpp LLParser.cpp LLToken.h Makefile module.modulemap
# now I press `cat l[tab]`
┌─[ Fri Jul 04-18:16:43 ] xatier @ xatier-Air ^_^ [ ~> on master= ]
└─[~/work/llvm/llvm/lib/AsmParser]-[Mac OS X] $ cat l
LLLexer.cpp LLLexer.h LLParser.cpp LLParser.h LLToken.h LLVMBuild.txt
┌─[ Fri Jul 04-18:16:43 ] xatier @ xatier-Air ^_^ [ ~> on master= ]
└─[~/work/llvm/llvm/lib/AsmParser]-[Mac OS X] $ cat LLLexer.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment