Timeline for Is it possible to show how bash globbing works by doing?
Current License: CC BY-SA 3.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 5, 2017 at 16:00 | comment | added | ctrl-alt-delor | You may be interested in: cseducators.stackexchange.com | |
| Jun 5, 2017 at 15:59 | answer | added | Barmar | timeline score: 4 | |
| Jun 5, 2017 at 15:09 | comment | added | ddnomad | @sshekhar1980 see my answer for doing this in bash | |
| Jun 5, 2017 at 15:06 | comment | added | steeldriver | You can set -x in the interactive shell too... | |
| Jun 5, 2017 at 15:03 | answer | added | ddnomad | timeline score: 0 | |
| Jun 5, 2017 at 15:01 | comment | added | sshekhar1980 | @thrig awesome! I tried that with zsh and it worked with tab completion. I will use that if I cannot figure out how to print the expanded content in bash | |
| Jun 5, 2017 at 14:58 | comment | added | thrig | ZSH does this by default when you tab complete on a glob. | |
| Jun 5, 2017 at 14:57 | comment | added | sshekhar1980 | Thanks Joe. That works but I would like to be able to display the intermediate step for any command such as cp file*.txt dir1/ expanded to cp file1.txt file2.txt file3.txt file4.txt dir1 | |
| Jun 5, 2017 at 14:55 | comment | added | Joe P | echo file*.txt? | |
| Jun 5, 2017 at 14:53 | history | asked | sshekhar1980 | CC BY-SA 3.0 |