Skip to content

Instantly share code, notes, and snippets.

@ybart
Last active August 29, 2015 14:04
Show Gist options
  • Save ybart/24d27218c03777819dec to your computer and use it in GitHub Desktop.
Save ybart/24d27218c03777819dec to your computer and use it in GitHub Desktop.
function ls-refresh {
while [ 1 ]; do ls -hdl "$1"; echo -n -e "\033[1A"; sleep 1; done
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment