Skip to content

Instantly share code, notes, and snippets.

@aaronfeng
Created August 16, 2012 14:25
Show Gist options
  • Save aaronfeng/3370486 to your computer and use it in GitHub Desktop.
Save aaronfeng/3370486 to your computer and use it in GitHub Desktop.
edit last modified file
$EDITOR `find . \( ! -regex '.*/\..*' \) -type f | xargs ls -rt | tail -n 1`
@aaronfeng
Copy link
Author

alias em="$EDITOR find . \( ! -regex '.*/\..*' \) -type f | xargs ls -rt | tail -n 1"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment