Skip to content

Instantly share code, notes, and snippets.

@Graham42
Created November 29, 2014 19:28
Show Gist options
  • Save Graham42/696f4f8e9e0bc2b02508 to your computer and use it in GitHub Desktop.
Save Graham42/696f4f8e9e0bc2b02508 to your computer and use it in GitHub Desktop.
list all files escaped
ls -1 | sed 's/\([^\n]*\)/"\1"/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment