Skip to content

Instantly share code, notes, and snippets.

@Lokua
Last active January 28, 2016 14:56
Show Gist options
  • Save Lokua/d21ee8aaf4bdd7b491c2 to your computer and use it in GitHub Desktop.
Save Lokua/d21ee8aaf4bdd7b491c2 to your computer and use it in GitHub Desktop.
lsf
#!/bin/bash
alias lsfiles='for f in *; do [[ -f "$f" ]] && ls -- "$f"; done'
alias lsf=lsfiles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment