bash-guide icon indicating copy to clipboard operation
bash-guide copied to clipboard

Added special variables

Open rohitaryal opened this issue 1 year ago • 0 comments

Added these special variables:

  1. $!
  2. $@
  3. $#
  4. $$
  5. $*
  6. $_

rohitaryal avatar Jul 22 '24 18:07 rohitaryal