Skip to content

Instantly share code, notes, and snippets.

@richiethomas
Created September 22, 2023 12:02
Show Gist options
  • Save richiethomas/e1b51f43934c75b370963b0f096b5bcb to your computer and use it in GitHub Desktop.
Save richiethomas/e1b51f43934c75b370963b0f096b5bcb to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
echo "size of PATH: ${#PATH[@]}"
IFS=: paths=($PATH)
echo "size of PATH: ${#paths[@]}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment