Skip to content

Instantly share code, notes, and snippets.

@gsf
Created March 2, 2010 21:33
Show Gist options
  • Save gsf/319975 to your computer and use it in GitHub Desktop.
Save gsf/319975 to your computer and use it in GitHub Desktop.
$ git clone git://github.com/visionmedia/express.git
Initialized empty Git repository in /home/gsf/git/express/.git/
remote: Counting objects: 5043, done.
remote: Compressing objects: 100% (2059/2059), done.
remote: Total 5043 (delta 3006), reused 4923 (delta 2898)
Receiving objects: 100% (5043/5043), 637.16 KiB, done.
Resolving deltas: 100% (3006/3006), done.
$ cd express/
$ grep -rl posix .
./spec/node.js
./lib/express/static.js
./lib/express/plugins/view.js
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment