Skip to main content
added 30 characters in body
Source Link
oguz ismail
  • 49.2k
  • 16
  • 53
  • 75

Use indexing combined with length of:

echo ${@:${#@}} 

Note that this is bash-only.

Use indexing combined with length of:

echo ${@:${#@}} 

Use indexing combined with length of:

echo ${@:${#@}} 

Note that this is bash-only.

Source Link
Mark Byers
  • 829.7k
  • 198
  • 1.6k
  • 1.5k

Use indexing combined with length of:

echo ${@:${#@}}