How to have bash' history as the same as the preceding Bash'?
Few last history of bash is demanded to be so in the following but fail
$ bash -lc 'find . -iname \*.c; bash -l'
#or
$ bash -lc 'history -s find . -iname \*.c; history -w; bash -l'
won't have history of
find . -iname \*.c
How to solve such this?