Skip to content

Instantly share code, notes, and snippets.

@ik5
Last active March 3, 2018 08:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ik5/edf1966f420df157c983c5b64895f414 to your computer and use it in GitHub Desktop.
Save ik5/edf1966f420df157c983c5b64895f414 to your computer and use it in GitHub Desktop.
Bash Example for short var names methodology
#!/bin/sh
func() {
for p in $(echo /tmp/*); do
f=$(basename -a "$path")
echo $f
done
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment