Skip to content

Instantly share code, notes, and snippets.

View jtolla's full-sized avatar

Jay Tolla jtolla

  • Nasuni
  • Greater Boston Area
  • 20:07 (UTC -04:00)
View GitHub Profile
// Get the octal permissions of a file or directory
stat -c "%a %n" .
// Find a process amongst all running processes
ps aux | grep <some process>
{
"total": 2,
"places": [
{
"title": "Fruitland Farms",
"distance": "4.1",
"city": "Harvard",
"description": "Museum with hiking trails and seasonal events.",
"categories": "museum, hiking",
"thumbnail": "http://placehold.it/80x50"
@jtolla
jtolla / places.json
Last active November 13, 2015 01:44
{
"total": 2,
"places": [
{
"title": "Fruitland Farms",
"distance": "4.1",
"city": "Harvard",
"description": "Museum with hiking trails and seasonal events.",
"categories": "museum, hiking",
"thumbnail": "http://placehold.it/80x50"