1
vote
2answers
148 views
read error: 0: Resource temporarily unavailable
I have a bash script which prompts for user input multiple times and processes input in the background during the time the next input is expected.
I keep getting this error once in while.
read error: …
0
votes
1answer
119 views
Unable to enable globstar in Bash 4
I put the following unsuccessfully to my .bashrc
shopt -s globstar
I am trying to test the command in action by
ls **/*.c
and by comparing it to
ls */*/*.c
How can you enable globstar in Bash …
1
vote
1answer
89 views
Unable to use Checkjobs and Autocd in Bash 4
There are new commands in Bash 4: checkjobs and autocd.
However, I did not find documentation for them at
man bash
I run unsuccessfully
{checkjobs,autocd}
I found the following in release notes
…
