Skip to content

Instantly share code, notes, and snippets.

@danielkza
Created April 10, 2014 18:59
Show Gist options
  • Select an option

  • Save danielkza/10412109 to your computer and use it in GitHub Desktop.

Select an option

Save danielkza/10412109 to your computer and use it in GitHub Desktop.
lcs() {
path=$1
shift
cd "$path" && ls "$@"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment