Skip to content

Instantly share code, notes, and snippets.

@ezhov-da
Created November 5, 2020 19:36
Show Gist options
  • Save ezhov-da/687693f67661eab4b69cdbba0c66c2e0 to your computer and use it in GitHub Desktop.
Save ezhov-da/687693f67661eab4b69cdbba0c66c2e0 to your computer and use it in GitHub Desktop.
Loops
==> http://www.compciv.org/topics/bash/loops/
for name in $(ls -a | sort); do echo filename - $name; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment