Skip to content

Instantly share code, notes, and snippets.

@blackzphoenix
Last active March 27, 2019 21:46
Show Gist options
  • Select an option

  • Save blackzphoenix/2482ea15c2aa2818da48af0e87366bb9 to your computer and use it in GitHub Desktop.

Select an option

Save blackzphoenix/2482ea15c2aa2818da48af0e87366bb9 to your computer and use it in GitHub Desktop.
cal
#!/bin/bash
IFS="- "
echo "* Display all Free Softwares names using \$@"
echo "$@"
echo
echo "* Display all Free Softwares names using \$*"
echo "$*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment