Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 2
    You ask a lot of different questions here. What specific echo variable are you concerned with? Do you want to look at the source code for echo? Want to have verbose output in BASH while interpreting? Then use set -x and set +x and set to list vars. Commented Jan 30, 2013 at 22:29
  • I want to see the file name of the source definition of any variable. Is this possible? Or do I need to dig? Commented Jan 30, 2013 at 22:32
  • Did that; it isn't what I'm after. Commented Jan 30, 2013 at 22:54
  • Please, one question per question. There is no limit to how many questions you can ask -- ask a separate one for each question :-) Commented Jan 31, 2013 at 7:12