[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-bash] How to figure out what files has been loaded by bash?
From: |
Eduardo A . Bustamante López |
Subject: |
Re: [Help-bash] How to figure out what files has been loaded by bash? |
Date: |
Sun, 4 Jan 2015 14:36:57 -0800 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Sun, Jan 04, 2015 at 04:21:55PM -0600, Peng Yu wrote:
> I only see -i but not -x in the OPTIONS section of bash manpage. Do
> you know where is -x documented?
Look for 'SHELL BUILTIN COMMANDS', then, search for the 'set' command, and then
look for its -x flag:
| -x After expanding each simple command, for command, case com‐
| mand, select command, or arithmetic for command, display the
| expanded value of PS4, followed by the command and its
| expanded arguments or associated word list.