Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nick87720z/bbad289bc082b2e71ef20a5ff203cf0c to your computer and use it in GitHub Desktop.
Save nick87720z/bbad289bc082b2e71ef20a5ff203cf0c to your computer and use it in GitHub Desktop.
paste -d'|' \
<( ls --color=never -a -p -1 --ignore='.[[:alnum:]]*' "${1}" | tail -n+1 ) \
<( ls --color=never -a -p -1 -d "${1}/"{.,..,*} ) \
| bbe -e 's/|/\0info\x1f/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment