Skip to content

Instantly share code, notes, and snippets.

@AntoineTurmel
Created October 31, 2012 15:49
Show Gist options
  • Save AntoineTurmel/3987807 to your computer and use it in GitHub Desktop.
Save AntoineTurmel/3987807 to your computer and use it in GitHub Desktop.
Script to print strings id
#!/bin/bash
#Show 10 first lines with only the string id
head songbird.properties | sed 's!^\([^=]*\)=.*$!\1!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment