|
From: | Eduardo A . Bustamante López |
Subject: | Re: [Help-bash] What is the usage of BASH_ARGV |
Date: | Wed, 17 Aug 2016 00:21:32 -0500 |
User-agent: | Mutt/1.5.20 (2009-12-10) |
>From the manual description of BASH_ARGC/BASH_ARGV, it's pretty clear that it's most likely meant to be used by people writing bash debuggers. It pretty much allows you to print a stack trace at a point in time and you can use these variables to associate each function in the stack to its set of arguments. -- Eduardo Bustamante https://dualbus.me/
[Prev in Thread] | Current Thread | [Next in Thread] |