Skip to content

Instantly share code, notes, and snippets.

@dplassgit
Created December 13, 2018 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dplassgit/d6745b5a095d7e58d783c6f422dd1dbb to your computer and use it in GitHub Desktop.
Save dplassgit/d6745b5a095d7e58d783c6f422dd1dbb to your computer and use it in GitHub Desktop.
Find and edit a file
#!/bin/bash
vi `find . -name $1`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment